Uses of Class
org.bouncycastle.jcajce.PKIXExtendedBuilderParameters.Builder
-
Packages that use PKIXExtendedBuilderParameters.Builder Package Description org.bouncycastle.jcajce 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.Builder Modifier and Type Method Description PKIXExtendedBuilderParameters.Builder
PKIXExtendedBuilderParameters.Builder. addExcludedCerts(java.util.Set<java.security.cert.X509Certificate> excludedCerts)
Adds excluded certificates which are not used for building a certification path.PKIXExtendedBuilderParameters.Builder
PKIXExtendedBuilderParameters.Builder. setMaxPathLength(int maxPathLength)
Sets the maximum number of intermediate non-self-issued certificates in a certification path.
-