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

/libcore/luni/src/main/java/java/security/cert/
H A DCertPathBuilder.java31 public class CertPathBuilder { class
33 // Store CertPathBuilder service name
34 private static final String SERVICE = "CertPathBuilder";
42 // Default value of CertPathBuilder type. It returns if certpathbuild.type
56 * Creates a new {@code CertPathBuilder}.
65 protected CertPathBuilder(CertPathBuilderSpi builderSpi, Provider provider, method in class:CertPathBuilder
91 * Creates a new {@code CertPathBuilder} instance with the specified
102 public static CertPathBuilder getInstance(String algorithm)
108 return new CertPathBuilder((CertPathBuilderSpi) sap.spi, sap.provider, algorithm);
112 * Creates a new {@code CertPathBuilder} instanc
[all...]

Completed in 48 milliseconds