public class PKIXExtendedBuilderParameters extends Object implements CertPathParameters
PKIXBuilderParameters| Modifier and Type | Class and Description |
|---|---|
static class |
PKIXExtendedBuilderParameters.Builder
Builder for a PKIXExtendedBuilderParameters object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
PKIXExtendedParameters |
getBaseParameters() |
Set |
getExcludedCerts()
Excluded certificates are not used for building a certification path.
|
int |
getMaxPathLength()
Returns the value of the maximum number of intermediate non-self-issued
certificates in the certification path.
|
public PKIXExtendedParameters getBaseParameters()
public Set getExcludedCerts()
The returned set is immutable.
public int getMaxPathLength()
public Object clone()
clone in interface CertPathParametersclone in class ObjectCopyright © 2015–2021 The veraPDF Consortium. All rights reserved.