Uses of Class
org.openoces.ooapi.cert.OcesCertificate

Packages that use OcesCertificate
org.openoces.ooapi.cert   
org.openoces.ooapi.validation.cert   
 

Uses of OcesCertificate in org.openoces.ooapi.cert
 

Subclasses of OcesCertificate in org.openoces.ooapi.cert
 class EmployeeOcesCertificate
           
 class PersonalOcesCertificate
           
 

Methods in org.openoces.ooapi.cert that return OcesCertificate
 OcesCertificate OcesCertificateFactory.generate(java.lang.String c)
           
 

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

Methods in org.openoces.ooapi.validation.cert with parameters of type OcesCertificate
 boolean RevocationChecker.isRevoked(OcesCertificate c)
           
 boolean PassiveCRLCertificateValidator.isRevoked(OcesCertificate c)
           
 boolean RevocationCheckerEngine.isRevoked(OcesCertificate c)
           
 boolean PartitionedCRLCertificateValidator.isRevoked(OcesCertificate c)