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

/libcore/ojluni/src/main/java/java/security/cert/
H A DPKIXParameters.java48 * <p>To instantiate a {@code PKIXParameters} object, an
52 * can call {@link #PKIXParameters(Set) PKIXParameters(Set)},
55 * {@link #PKIXParameters(KeyStore) PKIXParameters(KeyStore)}, specifying a
59 * Once a {@code PKIXParameters} object has been created, other parameters
62 * {@code PKIXParameters} is passed along with the {@code CertPath}
86 public class PKIXParameters implements CertPathParameters { class in inherits:CertPathParameters
102 * Creates an instance of {@code PKIXParameters} with the specified
117 public PKIXParameters(Se method in class:PKIXParameters
141 public PKIXParameters(KeyStore keystore) method in class:PKIXParameters
[all...]

Completed in 14 milliseconds