Java org.bouncycastle.x509 ExtendedPKIXBuilderParameters fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.x509 ExtendedPKIXBuilderParameters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.x509 ExtendedPKIXBuilderParameters.

The text is from its open source code.

Constructor

ExtendedPKIXBuilderParameters(Set trustAnchors, Selector targetConstraints)
Creates an instance of PKIXBuilderParameters with the specified Set of most-trusted CAs.

Method

SetgetExcludedCerts()
Excluded certificates are not used for building a certification path.
intgetMaxPathLength()
Returns the value of the maximum number of intermediate non-self-issued certificates in the certification path.