|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.jcajce.PKIXExtendedParameters
This class extends the PKIXParameters with a validity model parameter.
Inner Class Summary | |
static class |
PKIXExtendedParameters.Builder
Builder for a PKIXExtendedParameters object. |
Field Summary | |
static int |
CHAIN_VALIDITY_MODEL
This model uses the following validity model. |
static int |
PKIX_VALIDITY_MODEL
This is the default PKIX validity model. |
Method Summary | |
java.lang.Object |
clone()
Makes a copy of this CertPathParameters. |
java.util.List |
getCertificateStores()
|
java.util.List |
getCertPathCheckers()
|
java.util.List |
getCertStores()
|
java.util.List |
getCRLStores()
|
java.util.Date |
getDate()
Deprecated. Use 'getValidityDate' instead (which can return null). |
java.util.Set |
getInitialPolicies()
|
java.util.Map |
getNamedCertificateStoreMap()
|
java.util.Map |
getNamedCRLStoreMap()
|
boolean |
getPolicyQualifiersRejected()
|
java.lang.String |
getSigProvider()
|
PKIXCertStoreSelector |
getTargetConstraints()
Returns the required constraints on the target certificate. |
java.util.Set |
getTrustAnchors()
|
java.util.Date |
getValidityDate()
Returns the time at which to check the validity of the certification path. |
int |
getValidityModel()
|
boolean |
isAnyPolicyInhibited()
|
boolean |
isExplicitPolicyRequired()
|
boolean |
isPolicyMappingInhibited()
|
boolean |
isRevocationEnabled()
|
boolean |
isUseDeltasEnabled()
Defaults to false. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int PKIX_VALIDITY_MODEL
PKIXParameters.setDate(Date)
method, so this methods sets the Date when all
certificates must have been valid.public static final int CHAIN_VALIDITY_MODEL
PKIXParameters.setDate(Date)
method sets the time, when the end certificate must have been valid. It is used e.g.
in the German signature law.Method Detail |
public java.util.List getCertificateStores()
public java.util.Map getNamedCertificateStoreMap()
public java.util.List getCRLStores()
public java.util.Map getNamedCRLStoreMap()
public java.util.Date getValidityDate()
public java.util.Date getDate()
public boolean isUseDeltasEnabled()
public int getValidityModel()
CHAIN_VALIDITY_MODEL
,
PKIX_VALIDITY_MODEL
public java.lang.Object clone()
CertPathParameters
clone
in interface CertPathParameters
clone
in class java.lang.Object
org.bouncycastle.jce.cert.CertPathParameters
public PKIXCertStoreSelector getTargetConstraints()
PKIXCertStoreSelector
public java.util.Set getTrustAnchors()
public java.util.Set getInitialPolicies()
public java.lang.String getSigProvider()
public boolean isExplicitPolicyRequired()
public boolean isAnyPolicyInhibited()
public boolean isPolicyMappingInhibited()
public java.util.List getCertPathCheckers()
public java.util.List getCertStores()
public boolean isRevocationEnabled()
public boolean getPolicyQualifiersRejected()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |