|
||||||||||
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 only contains CRL sources settings.
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 |
Constructor Summary | |
---|---|
RevocationParametersExt()
Default constructor, uses default settings of CRLs. |
|
RevocationParametersExt(CrlCheckingMode crlCheckingMode,
CRLParameters crlParameters)
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, setCrlCheckingMode |
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()
public RevocationParametersExt(CrlCheckingMode crlCheckingMode, CRLParameters crlParameters)
crlParameters
- CRL parameters to be usedMethod 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 |