Package | Description |
---|---|
org.bouncycastle.jcajce |
Modifier and Type | Method and Description |
---|---|
PKIXExtendedBuilderParameters.Builder |
PKIXExtendedBuilderParameters.Builder.addExcludedCerts(Set<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.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.