Package | Description |
---|---|
java.security.cert |
Modifier and Type | Method and Description |
---|---|
CertPath |
CertificateFactorySpi.engineGenerateCertPath(InputStream stream) |
CertPath |
CertificateFactorySpi.engineGenerateCertPath(InputStream inStream,
String encoding) |
CertPath |
CertificateFactorySpi.engineGenerateCertPath(List certificates) |
CertPath |
CertificateFactory.generateCertPath(InputStream stream) |
CertPath |
CertificateFactory.generateCertPath(InputStream inStream,
String encoding) |
CertPath |
CertificateFactory.generateCertPath(List certificates) |
CertPath |
CertPathBuilderResult.getCertPath()
Get the certificate path that was built.
|
CertPath |
CertPathValidatorException.getCertPath()
Get the certificate path that had the failure, or null.
|
CertPath |
PKIXCertPathBuilderResult.getCertPath()
Returns the certificate path that was built.
|
Modifier and Type | Method and Description |
---|---|
abstract CertPathValidatorResult |
CertPathValidatorSpi.engineValidate(CertPath certPath,
CertPathParameters params)
Attempt to validate a certificate path.
|
CertPathValidatorResult |
CertPathValidator.validate(CertPath certPath,
CertPathParameters params)
Attempt to validate a certificate path.
|
Constructor and Description |
---|
CertPathValidatorException(String msg,
Throwable cause,
CertPath certPath,
int index)
Create an exception with a cause, message, failed object, and index of
failure in that CertPath.
|
PKIXCertPathBuilderResult(CertPath certPath,
TrustAnchor trustAnchor,
PolicyNode policyTree,
PublicKey subjectPublicKey)
Creates a new PKIXCertPathBuilderResult.
|