Android
java.security.cert
public class

java.security.cert.PKIXParameters

java.lang.Object
java.security.cert.PKIXParameters CertPathParameters
Known Direct Subclasses

Summary

Public Constructors

            PKIXParameters(Set<TrustAnchor> trustAnchors)
            PKIXParameters(KeyStore keyStore)

Public Methods

          void  addCertPathChecker(PKIXCertPathChecker checker)
          void  addCertStore(CertStore store)
          Object  clone()
Returns a new instance of the same class as the receiver, whose slots have been filled in with the values in the slots of the receiver.
          List<PKIXCertPathChecker getCertPathCheckers()
          List<CertStore getCertStores()
          Date  getDate()
          Set<String getInitialPolicies()
          boolean  getPolicyQualifiersRejected()
          String  getSigProvider()
          CertSelector  getTargetCertConstraints()
          Set<TrustAnchor getTrustAnchors()
          boolean  isAnyPolicyInhibited()
          boolean  isExplicitPolicyRequired()
          boolean  isPolicyMappingInhibited()
          boolean  isRevocationEnabled()
          void  setAnyPolicyInhibited(boolean anyPolicyInhibited)
          void  setCertPathCheckers(List<PKIXCertPathChecker> certPathCheckers)
          void  setCertStores(List<CertStore> certStores)
          void  setDate(Date date)
          void  setExplicitPolicyRequired(boolean explicitPolicyRequired)
          void  setInitialPolicies(Set<String> initialPolicies)
          void  setPolicyMappingInhibited(boolean policyMappingInhibited)
          void  setPolicyQualifiersRejected(boolean policyQualifiersRejected)
          void  setRevocationEnabled(boolean revocationEnabled)
          void  setSigProvider(String sigProvider)
          void  setTargetCertConstraints(CertSelector targetCertConstraints)
          void  setTrustAnchors(Set<TrustAnchor> trustAnchors)
          String  toString()
Returns a string containing a concise, human-readable description of the receiver.
Methods inherited from class java.lang.Object
Methods inherited from interface java.security.cert.CertPathParameters

Details

Public Constructors

public PKIXParameters(Set<TrustAnchor> trustAnchors)

public PKIXParameters(KeyStore keyStore)

Public Methods

public void addCertPathChecker(PKIXCertPathChecker checker)

public void addCertStore(CertStore store)

public Object clone()

Returns a new instance of the same class as the receiver, whose slots have been filled in with the values in the slots of the receiver.

Classes which wish to support cloning must specify that they implement the Cloneable interface, since the implementation checks for this.

Returns

  • Object a shallow copy of this object.

public List<PKIXCertPathChecker> getCertPathCheckers()

public List<CertStore> getCertStores()

public Date getDate()

public Set<String> getInitialPolicies()

public boolean getPolicyQualifiersRejected()

public String getSigProvider()

public CertSelector getTargetCertConstraints()

public Set<TrustAnchor> getTrustAnchors()

public boolean isAnyPolicyInhibited()

public boolean isExplicitPolicyRequired()

public boolean isPolicyMappingInhibited()

public boolean isRevocationEnabled()

public void setAnyPolicyInhibited(boolean anyPolicyInhibited)

public void setCertPathCheckers(List<PKIXCertPathChecker> certPathCheckers)

public void setCertStores(List<CertStore> certStores)

public void setDate(Date date)

public void setExplicitPolicyRequired(boolean explicitPolicyRequired)

public void setInitialPolicies(Set<String> initialPolicies)

public void setPolicyMappingInhibited(boolean policyMappingInhibited)

public void setPolicyQualifiersRejected(boolean policyQualifiersRejected)

public void setRevocationEnabled(boolean revocationEnabled)

public void setSigProvider(String sigProvider)

public void setTargetCertConstraints(CertSelector targetCertConstraints)

public void setTrustAnchors(Set<TrustAnchor> trustAnchors)

public String toString()

Returns a string containing a concise, human-readable description of the receiver.

Returns

  • String a printable representation for the receiver.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56