Java java.security.cert PKIXBuilderParameters fields, constructors, methods, implement or subclass

Example usage for Java java.security.cert PKIXBuilderParameters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.cert PKIXBuilderParameters.

The text is from its open source code.

Constructor

PKIXBuilderParameters(Set trustAnchors, CertSelector targetConstraints)
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 .

Method

voidaddCertStore(CertStore store)
Adds a CertStore to the end of the list of CertStore s used in finding certificates and CRLs.
voidsetRevocationEnabled(boolean val)
Sets the RevocationEnabled flag.