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 OrganizationalOcesCertificate
           
 class PersonalOcesCertificate
           
 

Methods in org.openoces.ooapi.cert that return OcesCertificate
 OcesCertificate OcesCertificateFactory.generate(java.lang.String pemEncodedCertificate)
          Constructs an OcesCertificate object from a raw PEM encoded X.509 OCES certificate.
 

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

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