public class SigningPolicyChecker extends Object implements CertificateChecker
| Constructor and Description |
|---|
SigningPolicyChecker(SigningPolicyStore policyStore) |
| Modifier and Type | Method and 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 © 2013. All Rights Reserved.