Package org.openoces.ooapi.cert

Provides classes for handling of OCES certificates.

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.

Supported certificate types

The package handles the following OCES certificate types:

Certificate Object Instantiation

The package handles the following OCES certificate types:

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. Note, that OOAPI has support for both the OCES test environments and the production environment, and that any certificate instantiation is relative to the active environment. The environment is specified and queried using the class Environment.