|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CRLParameters | |
---|---|
eu.emi.security.authn.x509.helpers.crl | Helper classes implementing Certificate Revocation List access, which is used by the validators together with trust stores. |
eu.emi.security.authn.x509.helpers.pkipath | Helper classes for internal, low level, logic of certificate path validation. |
eu.emi.security.authn.x509.impl | Contains implementation classes of the library. |
Uses of CRLParameters in eu.emi.security.authn.x509.helpers.crl |
---|
Constructors in eu.emi.security.authn.x509.helpers.crl with parameters of type CRLParameters | |
---|---|
PlainCRLStoreSpi(CRLParameters params,
Timer t,
Collection<? extends StoreUpdateListener> listeners)
|
Uses of CRLParameters in eu.emi.security.authn.x509.helpers.pkipath |
---|
Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type CRLParameters | |
---|---|
protected PlainCRLStoreSpi |
PlainCRLValidator.createCRLStore(CRLParameters crlParams,
Timer t,
Collection<? extends StoreUpdateListener> listeners)
This method can be overridden if a different implementation of the PlainCRLStoreSpi (its subclass) should be used. |
Uses of CRLParameters in eu.emi.security.authn.x509.impl |
---|
Fields in eu.emi.security.authn.x509.impl declared as CRLParameters | |
---|---|
protected CRLParameters |
RevocationParametersExt.crlParameters
|
Methods in eu.emi.security.authn.x509.impl that return CRLParameters | |
---|---|
CRLParameters |
CRLParameters.clone()
|
CRLParameters |
RevocationParametersExt.getCrlParameters()
Returns CRL parameters |
Methods in eu.emi.security.authn.x509.impl with parameters of type CRLParameters | |
---|---|
void |
RevocationParametersExt.setCrlParameters(CRLParameters crlParameters)
Sets CRL parameters to be used. |
Constructors in eu.emi.security.authn.x509.impl with parameters of type CRLParameters | |
---|---|
RevocationParametersExt(CrlCheckingMode crlCheckingMode,
CRLParameters crlParameters)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |