CertPathValidatorException.BasicReason
public
static
final
enum
CertPathValidatorException.BasicReason
extends Enum<CertPathValidatorException.BasicReason>
implements
CertPathValidatorException.Reason
| java.lang.Object | ||
| ↳ | java.lang.Enum<java.security.cert.CertPathValidatorException.BasicReason> | |
| ↳ | java.security.cert.CertPathValidatorException.BasicReason | |
The BasicReason enumerates the potential reasons that a certification path of any type may be invalid.
Summary
Enum values | |
|---|---|
CertPathValidatorException.BasicReason |
ALGORITHM_CONSTRAINED
The public key or the signature algorithm has been constrained. |
CertPathValidatorException.BasicReason |
EXPIRED
The certificate is expired. |
CertPathValidatorException.BasicReason |
INVALID_SIGNATURE
The signature is invalid. |
CertPathValidatorException.BasicReason |
NOT_YET_VALID
The certificate is not yet valid. |
CertPathValidatorException.BasicReason |
REVOKED
The certificate is revoked. |
CertPathValidatorException.BasicReason |
UNDETERMINED_REVOCATION_STATUS
The revocation status of the certificate could not be determined. |
CertPathValidatorException.BasicReason |
UNSPECIFIED
Unspecified reason. |
Public methods | |
|---|---|
static
CertPathValidatorException.BasicReason
|
valueOf(String name)
|
static
final
BasicReason[]
|
values()
|
Inherited methods | |
|---|---|
From
class
java.lang.Enum
| |
From
class
java.lang.Object
| |
From
interface
java.lang.Comparable
| |
Enum values
ALGORITHM_CONSTRAINED
CertPathValidatorException.BasicReason ALGORITHM_CONSTRAINED
The public key or the signature algorithm has been constrained.
EXPIRED
CertPathValidatorException.BasicReason EXPIRED
The certificate is expired.
INVALID_SIGNATURE
CertPathValidatorException.BasicReason INVALID_SIGNATURE
The signature is invalid.
NOT_YET_VALID
CertPathValidatorException.BasicReason NOT_YET_VALID
The certificate is not yet valid.
REVOKED
CertPathValidatorException.BasicReason REVOKED
The certificate is revoked.
UNDETERMINED_REVOCATION_STATUS
CertPathValidatorException.BasicReason UNDETERMINED_REVOCATION_STATUS
The revocation status of the certificate could not be determined.
UNSPECIFIED
CertPathValidatorException.BasicReason UNSPECIFIED
Unspecified reason.
Public methods
valueOf
CertPathValidatorException.BasicReason valueOf (String name)
| Parameters | |
|---|---|
name |
String
|
| Returns | |
|---|---|
CertPathValidatorException.BasicReason |
|
Interfaces
Classes
- Certificate
- Certificate.CertificateRep
- CertificateFactory
- CertificateFactorySpi
- CertPath
- CertPath.CertPathRep
- CertPathBuilder
- CertPathBuilderSpi
- CertPathValidator
- CertPathValidatorSpi
- CertStore
- CertStoreSpi
- CollectionCertStoreParameters
- CRL
- LDAPCertStoreParameters
- PKIXBuilderParameters
- PKIXCertPathBuilderResult
- PKIXCertPathChecker
- PKIXCertPathValidatorResult
- PKIXParameters
- PKIXRevocationChecker
- PolicyQualifierInfo
- TrustAnchor
- X509Certificate
- X509CertSelector
- X509CRL
- X509CRLEntry
- X509CRLSelector
Enums
Exceptions


