CertificateCheckerpublic class SigningPolicyChecker extends Object implements CertificateChecker
| Constructor | Description |
|---|---|
SigningPolicyChecker(SigningPolicyStore policyStore) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
invoke(X509Certificate cert,
GSIConstants.CertificateType certType) |
Validate DN against the signing policy
|
public SigningPolicyChecker(SigningPolicyStore policyStore)
public void invoke(X509Certificate cert, GSIConstants.CertificateType certType) throws CertPathValidatorException
invoke in interface CertificateCheckercert - The certificate to check.certType - The type of certificate to check.CertPathValidatorException - if the certificate is invalid according to the signing policy.Copyright © 2018. All rights reserved.