public abstract class Finder
extends java.lang.Object
During validation process, some items such as issuer certificates or crls must be found from some places. These external items to be found are searched and found according to the finders. Each Finder specifies a location or means of finding an item. For example to locate an issuer certificate according to the Authority Info Access extension of the certificate , CertificateFinderFromAIA is used.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CACHE |
static java.lang.String |
DEFAULT_CRLSERVICE_ADDRESS |
static java.lang.String |
DIZIN |
static java.lang.String |
DOSYA_YOLU |
protected ParameterList |
mParameters |
protected ValidationSystem |
mParentSystem |
protected boolean |
mToBeChecked |
protected boolean |
mToBeMatched |
static java.lang.String |
PARAM_CRLSERVICE_ADDRESS |
static java.lang.String |
PARAM_REMOTE |
static java.lang.String |
PARAM_STOREPATH |
static java.lang.String |
PARAM_TIMEOUT |
static java.lang.String |
PARAMA_STORE_STREAM |
Modifier | Constructor and Description |
---|---|
protected |
Finder() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getCRLServiceAddress() |
ParameterList |
getParameters() |
boolean |
isRemote() |
boolean |
isToBeChecked() |
void |
setParameters(ParameterList aParameterList) |
void |
setParentSystem(ValidationSystem aParentSystem) |
protected void |
setTimeOut(java.net.URLConnection conn) |
public static final java.lang.String PARAM_REMOTE
public static final java.lang.String PARAM_TIMEOUT
public static final java.lang.String PARAM_CRLSERVICE_ADDRESS
public static final java.lang.String DOSYA_YOLU
public static final java.lang.String DIZIN
public static final java.lang.String PARAM_STOREPATH
public static final java.lang.String PARAMA_STORE_STREAM
public static final java.lang.String CACHE
public static java.lang.String DEFAULT_CRLSERVICE_ADDRESS
protected ValidationSystem mParentSystem
protected ParameterList mParameters
protected boolean mToBeChecked
protected boolean mToBeMatched
public void setParentSystem(ValidationSystem aParentSystem)
public void setParameters(ParameterList aParameterList)
public ParameterList getParameters()
public boolean isToBeChecked()
public boolean isRemote()
protected void setTimeOut(java.net.URLConnection conn)
protected java.lang.String getCRLServiceAddress()
Copyright © 2025. All rights reserved.