|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.jcajce.PKIXExtendedBuilderParameters
This class contains extended parameters for PKIX certification path builders.
PKIXBuilderParameters
Nested Class Summary | |
static class |
PKIXExtendedBuilderParameters.Builder
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
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.CertPathParameters
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |