eu.emi.security.authn.x509.impl
Class RevocationParametersExt

java.lang.Object
  extended by eu.emi.security.authn.x509.RevocationParameters
      extended by eu.emi.security.authn.x509.impl.RevocationParametersExt
All Implemented Interfaces:
Cloneable

public class RevocationParametersExt
extends RevocationParameters
implements Cloneable

Manages configuration of revocation settings, used in non-openssl truststores. Currently only contains CRL sources settings.

Author:
K. Benedyczak

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

IGNORE

public static final RevocationParametersExt IGNORE
Constant which can be used to simply turn off any revocation checking.


crlParameters

protected CRLParameters crlParameters
Constructor Detail

RevocationParametersExt

public RevocationParametersExt()
Default constructor, uses default settings of CRLs.


RevocationParametersExt

public RevocationParametersExt(CrlCheckingMode crlCheckingMode,
                               CRLParameters crlParameters)
Constructor.

Parameters:
crlParameters - CRL parameters to be used
Method Detail

getCrlParameters

public CRLParameters getCrlParameters()
Returns CRL parameters

Returns:
CRL parameters

setCrlParameters

public void setCrlParameters(CRLParameters crlParameters)
Sets CRL parameters to be used.

Parameters:
crlParameters - CRL parameters to be used

clone

public RevocationParametersExt clone()
Description copied from class: RevocationParameters
Clone the instance

Overrides:
clone in class RevocationParameters


Copyright © 2012 European Middleware Initiative. All Rights Reserved.