com.sun.midp.pki |
Provides implementation of PKI certificate utilities.
|
Java Source File Name | Type | Comment |
CertStore.java | Interface | This interface supports storage of certificates (not private keys or
symmetric keys). |
Utils.java | Class | This class implements miscellaneous utility methods including
those used for conversion of BigIntegers to byte arrays,
hexadecimal printing of byte arrays etc. |
X509Certificate.java | Class | This class implements methods for creating X.509 certificates and
accessing their attributes such as subject/issuer names, public keys
and validity information. |