Uses of Class
org.openoces.ooapi.exceptions.CRLNotYetValidException

Packages that use CRLNotYetValidException
org.openoces.ooapi.cert Provides classes for handling of OCES certificates, this includes. 
org.openoces.ooapi.validation.cert   
 

Uses of CRLNotYetValidException in org.openoces.ooapi.cert
 

Methods in org.openoces.ooapi.cert that throw CRLNotYetValidException
 void PersonalOcesCertificateTest.testConstructionInvalidEnvironment()
           
 void PersonalOcesCertificateTest.testVerificationTestEnv()
           
 void PersonalOcesCertificateTest.testVerificationOfYouthCertificate()
           
 void PersonalOcesCertificateTest.testCRLDistributionPoints()
           
 void PersonalOcesCertificateTest.testVerificationOfRevokedCertificate()
           
 void PersonalOcesCertificateTest.testVerificationOfValidCertificate()
           
protected  void PersonalOcesCertificateTest.setUp()
           
 void OrganizationalOcesCertificateTest.testVerification()
           
protected  void OrganizationalOcesCertificateTest.setUp()
           
 void EmployeeOcesCertificateTest.testVerification()
           
protected  void EmployeeOcesCertificateTest.setUp()
           
 void OcesCertificate.verify()
           
 void OcesCertificate.verify(java.util.Date date)
           
 

Uses of CRLNotYetValidException in org.openoces.ooapi.validation.cert
 

Methods in org.openoces.ooapi.validation.cert that throw CRLNotYetValidException
 void RevocationCheckerTest.testCheckRevocationOfNonRevokedCertificateUsingPartitionedCRL()
           
 void RevocationCheckerTest.testCheckRevocationOfRevokedCertificateUsingPartitionedCRLSystemtest()
           
 void RevocationCheckerTest.testCheckRevocationOfNonRevokedCertificateUsingFullCRL()
           
 void RevocationCheckerTest.testCheckRevocationOfRevokedCertificateUsingFullCRLSystemtest()
           
 void RevocationCheckerTest.testCheckRevocationOfNonRevokedCertificateUsingOCSP()
           
 void RevocationCheckerTest.testCheckRevocationOfRevokedCertificateUsingOCSPSystemTest()
           
protected  void RevocationCheckerTest.setUp()
           
 boolean RevocationChecker.isRevoked(OcesCertificate c)
           
protected  void PassiveCRLCertificateValidator.checkCRLUpdateFields()
           
 void PassiveCRLCertificateValidator.setCRL(java.security.cert.X509CRL crl)
           
 boolean PassiveCRLCertificateValidator.isRevoked(OcesCertificate c)
           
protected  void PartitionedCRLCertificateValidator.checkCRLUpdateFields(java.security.cert.X509CRL crl)
           
 boolean PartitionedCRLCertificateValidator.isRevoked(OcesCertificate c)
           
 boolean RevocationCheckerEngine.isRevoked(OcesCertificate c)
           
 boolean OCSPCertificateValidator.isRevoked(OcesCertificate c)