|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.gsi.trustmanager.DateValidityChecker
public class DateValidityChecker
Checks if the certificate has expried or is not yet valid.
Constructor Summary | |
---|---|
DateValidityChecker()
|
Method Summary | |
---|---|
void |
invoke(java.security.cert.X509Certificate cert,
GSIConstants.CertificateType certType)
Method that checks the time validity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateValidityChecker()
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 certificate has expired or is not yet valid.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |