"-----BEGIN CERTIFICATE-----"
at the beginning and "-----END CERTIFICATE-----"
at the end) representation of the former encoded form. Before the generation the encoded form is looked up in the cache. If the cache contains the certificate with requested encoded form it is returned from it, otherwise it is generated by ASN.1 decoder.
@see java.security.cert.CertificateFactorySpi#engineGenerateCertificate(InputStream) method documentation for more info
|
|
|
|