Lines Matching defs:CertificateFactory

72  * CertificateFactory cf = CertificateFactory.getInstance("X.509");
85 * CertificateFactory cf = CertificateFactory.getInstance("X.509");
95 * following standard <code>CertificateFactory</code> type:
105 * "{@docRoot}/../technotes/guides/security/StandardNames.html#CertificateFactory">
106 * CertificateFactory section</a> and the <a href=
126 public class CertificateFactory {
138 * Creates a CertificateFactory object of the given type, and encapsulates
145 protected CertificateFactory(CertificateFactorySpi certFacSpi,
159 * A new CertificateFactory object encapsulating the
167 * See the CertificateFactory section in the <a href=
168 * "{@docRoot}/../technotes/guides/security/StandardNames.html#CertificateFactory">
180 public static final CertificateFactory getInstance(String type)
183 Instance instance = GetInstance.getInstance("CertificateFactory",
185 return new CertificateFactory((CertificateFactorySpi)instance.impl,
196 * <p> A new CertificateFactory object encapsulating the
205 * See the CertificateFactory section in the <a href=
206 * "{@docRoot}/../technotes/guides/security/StandardNames.html#CertificateFactory">
226 public static final CertificateFactory getInstance(String type,
230 Instance instance = GetInstance.getInstance("CertificateFactory",
232 return new CertificateFactory((CertificateFactorySpi)instance.impl,
243 * <p> A new CertificateFactory object encapsulating the
249 * See the CertificateFactory section in the <a href=
250 * "{@docRoot}/../technotes/guides/security/StandardNames.html#CertificateFactory">
268 public static final CertificateFactory getInstance(String type,
271 Instance instance = GetInstance.getInstance("CertificateFactory",
273 return new CertificateFactory((CertificateFactorySpi)instance.impl,
409 * <code>CertificateFactory</code>. They will be copied out of the supplied