java.security.cert
Class PKIXBuilderParameters
java.lang.Object
java.security.cert.PKIXParameters
java.security.cert.PKIXBuilderParameters
- All Implemented Interfaces:
- Cloneable, CertPathParameters
public class PKIXBuilderParameters
- extends PKIXParameters
| Methods inherited from class java.security.cert.PKIXParameters |
addCertPathChecker, addCertStore, clone, getCertPathCheckers, getCertStores, getDate, getInitialPolicies, getPolicyQualifiersRejected, getSigProvider, getTargetCertConstraints, getTrustAnchors, isAnyPolicyInhibited, isExplicitPolicyRequired, isPolicyMappingInhibited, isRevocationEnabled, setAnyPolicyInhibited, setCertPathCheckers, setCertStores, setDate, setExplicitPolicyRequired, setInitialPolicies, setPolicyMappingInhibited, setPolicyQualifiersRejected, setRevocationEnabled, setSigProvider, setTargetCertConstraints, setTrustAnchors |
PKIXBuilderParameters
public PKIXBuilderParameters(Set<TrustAnchor> trustAnchors,
CertSelector targetConstraints)
throws InvalidAlgorithmParameterException
- Throws:
InvalidAlgorithmParameterException
PKIXBuilderParameters
public PKIXBuilderParameters(KeyStore keyStore,
CertSelector targetConstraints)
throws KeyStoreException,
InvalidAlgorithmParameterException
- Throws:
KeyStoreException
InvalidAlgorithmParameterException
getMaxPathLength
public int getMaxPathLength()
setMaxPathLength
public void setMaxPathLength(int maxPathLength)
toString
public String toString()
- Description copied from class:
Object
- Returns a string containing a concise, human-readable description of the
receiver.
- Overrides:
toString in class PKIXParameters
- Returns:
- String a printable representation for the receiver.
Please submit a feedback, bug or feature