public class CRLPreferencesImpl extends CommonPreferencesImpl implements CRLPreferences
| Constructor and Description |
|---|
CRLPreferencesImpl()
Constructs the CRL Preferences with default values.
|
| Modifier and Type | Method and Description |
|---|---|
protected PreferencesMap |
createChild(String myKey) |
boolean |
getAlwaysConsultLocalURL()
Gets whether the local URL should be consulted for CRL lookup
|
boolean |
getGoOnline()
Indicates if online CRL repository can be contacted for revocation information
|
boolean |
getIgnoreValidityDates()
Indicates if CRL validity needs to be checked.
|
String |
getLDAPServer() |
String |
getLocalURI()
Local URL for CRL Lookup.
|
protected Object |
getPrefValueFromString(String prefName,
String value) |
boolean |
getRequireAKI()
Indicates if CRL AuthorityKeyIdentifier needs to be checked
|
boolean |
getUseCache()
Indicates if downloaded needs to be cached and used till CRL nextUpdate
|
long |
getValidityWindow()
Indicates the validity period of CRLs from the time of online download
|
PreferencesMap |
newInstance()
Get the new instance of the type
|
void |
setAlwaysConsultLocalURL(boolean alwaysConsultLocalURL)
Sets whether the local URL should be consulted for CRL lookup
|
void |
setGoOnline(boolean goOnline) |
void |
setIgnoreValidityDates(boolean ignoreValidityDates) |
void |
setLDAPServer(String server) |
void |
setLocalURI(String localURI)
Local URL for CRL Lookup.
|
void |
setRequireAKI(boolean requireAKI) |
void |
setUseCache(boolean useCache) |
void |
setValidityWindow(long validityWindow) |
getRevocationCheck, setRevocationCheckclone, get, getNonCloneableKeys, getPreference, put, setPreferencegetRevocationCheckpublic CRLPreferencesImpl()
protected Object getPrefValueFromString(String prefName, String value)
getPrefValueFromString in class CommonPreferencesImplpublic boolean getAlwaysConsultLocalURL()
getAlwaysConsultLocalURL in interface CRLPreferencespublic void setAlwaysConsultLocalURL(boolean alwaysConsultLocalURL)
alwaysConsultLocalURL - whether the local URL should be consulted for CRL lookup.public String getLocalURI()
getLocalURI in interface CRLPreferencespublic void setLocalURI(String localURI)
localURI - Local URL for CRL Lookup.public boolean getUseCache()
CRLPreferencesgetUseCache in interface CRLPreferencespublic void setUseCache(boolean useCache)
public String getLDAPServer()
getLDAPServer in interface CRLPreferencespublic void setLDAPServer(String server)
public boolean getGoOnline()
CRLPreferencesgetGoOnline in interface CRLPreferencespublic void setGoOnline(boolean goOnline)
public boolean getIgnoreValidityDates()
CRLPreferencesgetIgnoreValidityDates in interface CRLPreferencespublic void setIgnoreValidityDates(boolean ignoreValidityDates)
public boolean getRequireAKI()
CRLPreferencesgetRequireAKI in interface CRLPreferencespublic void setRequireAKI(boolean requireAKI)
public long getValidityWindow()
CRLPreferencesgetValidityWindow in interface CRLPreferencespublic void setValidityWindow(long validityWindow)
public PreferencesMap newInstance()
PreferencesMapnewInstance in class PreferencesMapprotected PreferencesMap createChild(String myKey)
createChild in class PreferencesMapCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.