java.lang.Cloneable, java.security.cert.CertPathParameterspublic class PKIXExtendedBuilderParameters
extends java.lang.Object
implements java.security.cert.CertPathParameters
PKIXBuilderParameters| Modifier and Type | Class | Description |
|---|---|---|
static class |
PKIXExtendedBuilderParameters.Builder |
Builder for a PKIXExtendedBuilderParameters object.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
PKIXExtendedParameters |
getBaseParameters() |
|
java.util.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 java.util.Set getExcludedCerts()
The returned set is immutable.
public int getMaxPathLength()
public java.lang.Object clone()
clone in interface java.security.cert.CertPathParametersclone in class java.lang.Object