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

/libcore/luni/src/main/java/java/security/cert/
H A DCertificateFactory.java38 public class CertificateFactory { class
40 // Store CertificateFactory service name
41 private static final String SERVICE = "CertificateFactory";
56 * Creates a new {@code CertificateFactory} instance.
65 protected CertificateFactory(CertificateFactorySpi certFacSpi, method in class:CertificateFactory
73 * Creates a new {@code CertificateFactory} instance that provides the
78 * @return the new {@code CertificateFactory} instance.
84 public static final CertificateFactory getInstance(String type)
91 return new CertificateFactory((CertificateFactorySpi) sap.spi, sap.provider, type);
98 * Creates a new {@code CertificateFactory} instanc
[all...]

Completed in 321 milliseconds