X509Certificates
. It uses
the specified input parameter set (which must be a
PKIXParameters
object).
Modifier and Type | Field and Description |
---|---|
private static final Debug | |
private static final AtomicLong |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public CertPathChecker | engineGetRevocationChecker()
Overrides java. Returns a |
public CertPathValidatorResult | Returns: the resultthe X509 certification path cp, CertPathParameters the input PKIX parameter set params)Implements abstract java. Validates a certification path consisting exclusively of
|
private static PKIXCertPathValidatorResult | |
private static PKIXCertPathValidatorResult |
debug | back to summary |
---|---|
private static final Debug debug |
validationCounter | back to summary |
---|---|
private static final AtomicLong validationCounter |
PKIXCertPathValidator | back to summary |
---|---|
public PKIXCertPathValidator() Default constructor. |
engineGetRevocationChecker | back to summary |
---|---|
public CertPathChecker engineGetRevocationChecker() Overrides java. Doc from java. Returns a The primary purpose of this method is to allow callers to specify
additional input parameters and options specific to revocation checking.
See the class description of This method was added to version 1.8 of the Java Platform Standard
Edition. In order to maintain backwards compatibility with existing
service providers, this method cannot be abstract and by default throws
an
|
engineValidate | back to summary |
---|---|
public CertPathValidatorResult engineValidate(CertPath cp, CertPathParameters params) throws CertPathValidatorException, InvalidAlgorithmParameterException Implements abstract java. Validates a certification path consisting exclusively of
|
validate | back to summary |
---|---|
private static PKIXCertPathValidatorResult validate(PKIX. |
validate | back to summary |
---|---|
private static PKIXCertPathValidatorResult validate(TrustAnchor anchor, PKIX. |