java.lang.Object
java.security.cert.PKIXParameters
java.security.cert.PKIXBuilderParameters
- All Implemented Interfaces:
- Cloneable, CertPathParameters
- See Also:
- Source Code,
PKIXBuilderParameters(KeyStore, CertSelector)
, PKIXBuilderParameters(Set, CertSelector)
, build
public int getMaxPathLength()
- See Also:
setMaxPathLength(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public PKIXBuilderParameters(KeyStore keystore,
CertSelector targetConstraints)
throws KeyStoreException,
InvalidAlgorithmParameterException
- See Also:
- NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public PKIXBuilderParameters(Set<TrustAnchor> trustAnchors,
CertSelector targetConstraints)
throws InvalidAlgorithmParameterException
- See Also:
- ClassCastException, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setMaxPathLength(int maxPathLength)
- See Also:
getMaxPathLength()
, InvalidParameterException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- PKIXParameters
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples