|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.emi.security.authn.x509.RevocationParameters
eu.emi.security.authn.x509.impl.RevocationParametersExt
public class RevocationParametersExt
Manages configuration of revocation settings, used in non-openssl truststores.
Currently differs only in case of richer CRL sources settings; OCSP settings are the same as in case
of base RevocationParameters
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class eu.emi.security.authn.x509.RevocationParameters |
---|
RevocationParameters.RevocationCheckingOrder |
Field Summary | |
---|---|
protected CRLParameters |
crlParameters
|
static RevocationParametersExt |
IGNORE
Constant which can be used to simply turn off any revocation checking. |
Fields inherited from class eu.emi.security.authn.x509.RevocationParameters |
---|
crlCheckingMode, ocspParameters, order, useAllEnabled |
Constructor Summary | |
---|---|
RevocationParametersExt()
Default constructor, uses default settings of CRLs and OCSP (see RevocationParameters.RevocationParameters() and CRLParameters.CRLParameters() ). |
|
RevocationParametersExt(CrlCheckingMode crlCheckingMode,
CRLParameters crlParameters)
Deprecated. Use RevocationParametersExt(CrlCheckingMode, CRLParameters, OCSPParametes) instead |
|
RevocationParametersExt(CrlCheckingMode crlCheckingMode,
CRLParameters crlParameters,
OCSPParametes ocspParametes)
Constructor allowing to set CRL checking mode and all OCSP settings. |
|
RevocationParametersExt(CrlCheckingMode crlCheckingMode,
CRLParameters crlParameters,
OCSPParametes ocspParametes,
boolean useAllEnabled,
RevocationParameters.RevocationCheckingOrder order)
Full fledged constructor. |
Method Summary | |
---|---|
RevocationParametersExt |
clone()
Clone the instance |
CRLParameters |
getCrlParameters()
Returns CRL parameters |
void |
setCrlParameters(CRLParameters crlParameters)
Sets CRL parameters to be used. |
Methods inherited from class eu.emi.security.authn.x509.RevocationParameters |
---|
getCrlCheckingMode, getOcspParameters, getOrder, isUseAllEnabled, setCrlCheckingMode, setOcspParameters, setOrder, setUseAllEnabled |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final RevocationParametersExt IGNORE
protected CRLParameters crlParameters
Constructor Detail |
---|
public RevocationParametersExt()
RevocationParameters.RevocationParameters()
and CRLParameters.CRLParameters()
).
@Deprecated public RevocationParametersExt(CrlCheckingMode crlCheckingMode, CRLParameters crlParameters)
RevocationParametersExt(CrlCheckingMode, CRLParameters, OCSPParametes)
instead
RevocationParameters.RevocationParameters(CrlCheckingMode, OCSPParametes)
crlCheckingMode
- CRL modecrlParameters
- additional CRL sources and settingspublic RevocationParametersExt(CrlCheckingMode crlCheckingMode, CRLParameters crlParameters, OCSPParametes ocspParametes)
RevocationParameters.RevocationParameters(CrlCheckingMode, OCSPParametes)
crlCheckingMode
- CRL modecrlParameters
- additional CRL sources and settingsocspParametes
- OCSP settingspublic RevocationParametersExt(CrlCheckingMode crlCheckingMode, CRLParameters crlParameters, OCSPParametes ocspParametes, boolean useAllEnabled, RevocationParameters.RevocationCheckingOrder order)
crlCheckingMode
- CRL modecrlParameters
- additional CRL sources and settingsocspParametes
- OCSP settingsuseAllEnabled
- useful only if more then one revocation method is enabled. If this parameter is true
then all enabled revocation sources are tried, even if the first one returns that certificate is valid.order
- in what order the configured revocations methods should be tried.
Significant only if more then one source is enabled.Method Detail |
---|
public CRLParameters getCrlParameters()
public void setCrlParameters(CRLParameters crlParameters)
crlParameters
- CRL parameters to be usedpublic RevocationParametersExt clone()
RevocationParameters
clone
in class RevocationParameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |