|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.emi.security.authn.x509.RevocationParameters
public class RevocationParameters
Wraps the information required to control how certificates revocation is checked. Currently only contains CRL settings, but in future versions this class will be extended to also control other revocation technologies like OCSP.
Field Summary | |
---|---|
protected CrlCheckingMode |
crlCheckingMode
|
static RevocationParameters |
IGNORE
Constant which can be used to simply turn off any revocation checking. |
Constructor Summary | |
---|---|
RevocationParameters()
Default constructor, using the default CrlCheckingMode .REQUIRE |
|
RevocationParameters(CrlCheckingMode crlCheckingMode)
Constructor. |
Method Summary | |
---|---|
RevocationParameters |
clone()
Clone the instance |
CrlCheckingMode |
getCrlCheckingMode()
Returns the current CRL settings. |
void |
setCrlCheckingMode(CrlCheckingMode crlCheckingMode)
Changes CRL settings that shall be used. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final RevocationParameters IGNORE
protected CrlCheckingMode crlCheckingMode
Constructor Detail |
---|
public RevocationParameters()
CrlCheckingMode
.REQUIRE
public RevocationParameters(CrlCheckingMode crlCheckingMode)
crlCheckingMode
- what CRL settings shall be usedMethod Detail |
---|
public CrlCheckingMode getCrlCheckingMode()
public void setCrlCheckingMode(CrlCheckingMode crlCheckingMode)
crlCheckingMode
- what CRL settings shall be usedpublic RevocationParameters clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |