Package | Description |
---|---|
java.security.cert |
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
CertPathValidatorException.BasicReason |
The BasicReason enumerates the potential reasons that a certification
path of any type may be invalid.
|
class |
PKIXReason |
The
PKIXReason enumerates the potential PKIX-specific reasons
that an X.509 certification path may be invalid according to the PKIX
(RFC 5280) standard. |
Modifier and Type | Method | Description |
---|---|---|
CertPathValidatorException.Reason |
CertPathValidatorException.getReason() |
Returns the reason that the validation failed.
|
Constructor | Description |
---|---|
CertPathValidatorException(String msg,
Throwable cause,
CertPath certPath,
int index,
CertPathValidatorException.Reason reason) |
Creates a
CertPathValidatorException with the specified
detail message, cause, certification path, index, and reason. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.mlchung.jdk9-jdeps