java > java.security > java.security.cert > java.security.cert.PKIXParameters >

Class: java.security.cert.PKIXParameters
    java.lang.Object
       java.security.cert.PKIXParameters


public class PKIXParameters extends Object implements CertPathParameters


FIELDS:

CONSTRUCTORS:
public PKIXParameters(Set trustAnchors)

public PKIXParameters(KeyStore keystore)


METHODS:
public void addCertPathChecker(PKIXCertPathChecker checker)

public void addCertStore(CertStore store)

public Object clone()
Overrides: Object

public List getCertPathCheckers()

public List getCertStores()

public Date getDate()

public Set getInitialPolicies()

public boolean getPolicyQualifiersRejected()

public String getSigProvider()

public CertSelector getTargetCertConstraints()

public Set getTrustAnchors()

public boolean isAnyPolicyInhibited()

public boolean isExplicitPolicyRequired()

public boolean isPolicyMappingInhibited()

public boolean isRevocationEnabled()

public void setAnyPolicyInhibited(boolean val)

public void setCertPathCheckers(List checkers)
Throws: ClassCastException

public void setCertStores(List stores)
Throws: ClassCastException

public void setDate(Date date)

public void setExplicitPolicyRequired(boolean val)

public void setInitialPolicies(Set initialPolicies)
Throws: ClassCastException

public void setPolicyMappingInhibited(boolean val)

public void setPolicyQualifiersRejected(boolean qualifiersRejected)

public void setRevocationEnabled(boolean val)

public void setSigProvider(String sigProvider)

public void setTargetCertConstraints(CertSelector selector)

public void setTrustAnchors(Set trustAnchors)
Throws: InvalidAlgorithmParameterException
Throws: NullPointerException
Throws: ClassCastException

public String toString()
Overrides: Object


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
PKIXBuilderParameters,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net // Twitter