KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > cert > PKIXBuilderParameters

java.security.cert
Class PKIXBuilderParameters

java.lang.Object
  extended by java.security.cert.PKIXParameters
      extended by 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  

Popular Tags