|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.gsi.trustmanager.UnsupportedCriticalExtensionChecker
public class UnsupportedCriticalExtensionChecker
Checks if the certificate includes unsupported critical extensions.
Constructor Summary | |
---|---|
UnsupportedCriticalExtensionChecker()
|
Method Summary | |
---|---|
void |
invoke(java.security.cert.X509Certificate cert,
GSIConstants.CertificateType certType)
Method that checks if there are unsupported critical extension. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnsupportedCriticalExtensionChecker()
Method Detail |
---|
public void invoke(java.security.cert.X509Certificate cert, GSIConstants.CertificateType certType) throws java.security.cert.CertPathValidatorException
invoke
in interface CertificateChecker
cert
- The certificate to validate.certType
- The type of certificate to validate.
java.security.cert.CertPathValidatorException
- If any critical extension that is not supported is in the certificate.
Anything other than those listed above will trigger the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |