Package org.globus.gsi.trustmanager
Class SigningPolicyChecker
java.lang.Object
org.globus.gsi.trustmanager.SigningPolicyChecker
- All Implemented Interfaces:
CertificateChecker
This checks to make sure the Distinguished Name in the certificate is valid according to the signing policy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(X509Certificate cert, GSIConstants.CertificateType certType) Validate DN against the signing policy
-
Constructor Details
-
SigningPolicyChecker
-
-
Method Details
-
invoke
public void invoke(X509Certificate cert, GSIConstants.CertificateType certType) throws CertPathValidatorException Validate DN against the signing policy- Specified by:
invoke
in interfaceCertificateChecker
- Parameters:
cert
- The certificate to check.certType
- The type of certificate to check.- Throws:
CertPathValidatorException
- if the certificate is invalid according to the signing policy.
-