Class X509CertFactoryImpl

java.lang.Object
java.security.cert.CertificateFactorySpi
org.apache.harmony.security.provider.cert.X509CertFactoryImpl

public class X509CertFactoryImpl
extends CertificateFactorySpi
X509 Certificate Factory Service Provider Interface Implementation. It supports CRLs and Certificates in (PEM) ASN.1 DER encoded form, and Certification Paths in PkiPath and PKCS7 formats. For Certificates and CRLs factory maintains the caching mechanisms allowing to speed up repeated Certificate/CRL generation.
See Also:
Cache