Uses of Class
org.bouncycastle.jcajce.PKIXExtendedBuilderParameters.Builder
Packages that use PKIXExtendedBuilderParameters.Builder
Package
Description
Key and algorithm parameters classes for supporting provider specific algorithms and modes.
-
Uses of PKIXExtendedBuilderParameters.Builder in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return PKIXExtendedBuilderParameters.BuilderModifier and TypeMethodDescriptionPKIXExtendedBuilderParameters.Builder.addExcludedCerts
(Set<X509Certificate> excludedCerts) Adds excluded certificates which are not used for building a certification path.PKIXExtendedBuilderParameters.Builder.setMaxPathLength
(int maxPathLength) Sets the maximum number of intermediate non-self-issued certificates in a certification path.