Example usage for Java java.security.cert PKIXBuilderParameters fields, constructors, methods, implement or subclass
The text is from its open source code.
PKIXBuilderParameters(Set Creates an instance of PKIXBuilderParameters with the specified Set of most-trusted CAs. | |
PKIXBuilderParameters(KeyStore keystore, CertSelector targetConstraints) Creates an instance of PKIXBuilderParameters that populates the set of most-trusted CAs from the trusted certificate entries contained in the specified KeyStore . |
void | addCertStore(CertStore store) Adds a CertStore to the end of the list of CertStore s used in finding certificates and CRLs. |
void | setRevocationEnabled(boolean val) Sets the RevocationEnabled flag. |