Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.security.cert.CertificateFactory

Uses of CertificateFactory in java.security.cert
 

Methods in java.security.cert that return CertificateFactory
static CertificateFactory CertificateFactory.getInstance(java.lang.String type)
          Gets an instance of the CertificateFactory class representing the specified certificate factory.
static CertificateFactory CertificateFactory.getInstance(java.lang.String type, java.lang.String provider)
          Gets an instance of the CertificateFactory class representing the specified certificate factory from the specified provider.
static CertificateFactory CertificateFactory.getInstance(java.lang.String type, java.security.Provider provider)
          Get a certificate factory for the given certificate type from the given provider.