Method Summary |
|
public Object | clone() Makes a copy of this PKIXParameters object. |
public Set | getExcludedCerts() Excluded certificates are not used for building a certification path. |
public static ExtendedPKIXParameters | getInstance(PKIXParameters pkixParams) Returns an instance of ExtendedPKIXParameters which can be
safely casted to ExtendedPKIXBuilderParameters .
This method can be used to get a copy from other
PKIXBuilderParameters , PKIXParameters ,
and ExtendedPKIXParameters instances.
Parameters: pkixParams - The PKIX parameters to create a copy of. |
public int | getMaxPathLength() Returns the value of the maximum number of intermediate non-self-issued
certificates in the certification path. |
public void | setExcludedCerts(Set excludedCerts) Sets the excluded certificates which are not used for building a
certification path. |
public void | setMaxPathLength(int maxPathLength) Sets the maximum number of intermediate non-self-issued certificates in a
certification path. |
protected void | setParams(PKIXParameters params) Can alse handle ExtendedPKIXBuilderParameters and
PKIXBuilderParameters . |