Searched defs:CertificateFactory (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/security/src/main/java/java/security/cert/
H A DCertificateFactory.java40 public class CertificateFactory { class
42 // Store CertificateFactory service name
43 private static final String SERVICE = "CertificateFactory"; //$NON-NLS-1$
58 * Creates a new {@code CertificateFactory} instance.
67 protected CertificateFactory(CertificateFactorySpi certFacSpi, method in class:CertificateFactory
75 * Creates a new {@code CertificateFactory} instance that provides the
80 * @return the new {@code CertificateFactory} instance.
87 public static final CertificateFactory getInstance(String type)
95 return new CertificateFactory((CertificateFactorySpi) engine.spi,
104 * Creates a new {@code CertificateFactory} instanc
[all...]

Completed in 66 milliseconds