Package org.openoces.ooapi.cert

Provides classes for handling of OCES certificates, this includes.

See:
          Description

Class Summary
EmployeeOcesCertificate  
EmployeeOcesCertificateTest This class implements junit tests specific to OCES employee certificates
OcesCertificate This class is a high-level representation of a OCES certificate
OcesCertificateFactory This is a singleton class used to construct OCES certificates.
OcesCertificateFactoryTest  
OrganizationalOcesCertificate  
OrganizationalOcesCertificateTest This class implements junit tests specific to OCES employee certificates
PersonalOcesCertificate  
PersonalOcesCertificateTest  
TDCOcesRootCertificate  
 

Package org.openoces.ooapi.cert Description

Provides classes for handling of OCES certificates, this includes.

Certificate Object Instantiation

A common task is to instantiate a certificate object given a PEM og DER encoded certificate. You should use the class OcesCertificateFactory class for this.