|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.gsi.trustmanager.SigningPolicyChecker
public class SigningPolicyChecker
This checks to make sure the Distinguished Name in the certificate is valid according to the signing policy.
| Constructor Summary | |
|---|---|
SigningPolicyChecker(SigningPolicyStore policyStore)
|
|
| Method Summary | |
|---|---|
void |
invoke(java.security.cert.X509Certificate cert,
GSIConstants.CertificateType certType)
Validate DN against the signing policy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SigningPolicyChecker(SigningPolicyStore policyStore)
| Method Detail |
|---|
public void invoke(java.security.cert.X509Certificate cert,
GSIConstants.CertificateType certType)
throws java.security.cert.CertPathValidatorException
invoke in interface CertificateCheckercert - The certificate to check.certType - The type of certificate to check.
java.security.cert.CertPathValidatorException - if the certificate is invalid according to the signing policy.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||