|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OcesCertificate | |
| org.openoces.ooapi.cert | Provides classes for handling of OCES certificates, this includes. |
| 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. |
OcesCertificate |
OcesCertificateFactory.generate(java.security.cert.X509Certificate certObj)
Constructs an OcesCertificate object from X509Certificate object. |
protected OcesCertificate |
OcesCertificateFactory.generateFromObject(java.security.cert.X509Certificate crt)
|
OcesCertificate |
OcesCertificateFactory.generate(byte[] derEncodedCertificate)
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 |
RevocationChecker.isRevoked(OcesCertificate c)
|
boolean |
PassiveCRLCertificateValidator.isRevoked(OcesCertificate c)
|
boolean |
PartitionedCRLCertificateValidator.isRevoked(OcesCertificate c)
|
boolean |
RevocationCheckerEngine.isRevoked(OcesCertificate c)
|
boolean |
OCSPCertificateValidator.isRevoked(OcesCertificate c)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||