org.apache.harmony.security.provider.cert |
|
Java Source File Name | Type | Comment |
Cache.java | Class | The caching mechanism designed to speed up the process
of Certificates/CRLs generation in the case of their repeated
generation.
It keeps correspondences between Objects (Certificates or CLRs)
and arrays of bytes on the base of which the Objects have been generated,
and provides the means to determine whether it contains the object built on
the base of particular encoded form or not. |
DRLCertFactory.java | Class | Master class (provider) for X509 Certificate Factory
Implementation. |
X509CertFactoryImpl.java | Class | X509 Certificate Factory Service Provider Interface Implementation. |
X509CertImpl.java | Class | This class is an implementation of X509Certificate. |
X509CertPathImpl.java | Class | This class is an implementation of X.509 CertPath. |
X509CRLEntryImpl.java | Class | Implementation of X509CRLEntry. |
X509CRLImpl.java | Class | This class is an implementation of X509CRL. |