Generated by
JDiff

Class java.security.cert.CertificateFactory

Added Methods
CertPath generateCertPath(InputStream) Generates a CertPath object and initializes it with the data read from the InputStream inStream.
CertPath generateCertPath(InputStream, String) Generates a CertPath object and initializes it with the data read from the InputStream inStream.
CertPath generateCertPath(List) Generates a CertPath object and initializes it with a List of Certificates.
Iterator getCertPathEncodings() Returns an iteration of the CertPath encodings supported by this certificate factory with the default encoding first.
CertificateFactory getInstance(String, Provider) Generates a certificate factory object for the specified certificate type from the specified provider.