public class PathValidationPreferencesImpl extends PreferencesMap implements PathValidationPreferences
| Constructor and Description |
|---|
PathValidationPreferencesImpl() |
PathValidationPreferencesImpl(PathValidationPreferences prefs) |
| Modifier and Type | Method and Description |
|---|---|
protected PreferencesMap |
createChild(String myKey) |
boolean |
getCheckCABasicConstraints() |
String |
getLDAPServer() |
protected Object |
getPrefValueFromString(String prefName,
String value) |
boolean |
getRequireValidSigForChaining() |
boolean |
isAnyPolicyInhibit()
Inhibit anyPolicyOID to match for any certificate policy
|
boolean |
isCheckAllPaths()
Build all possible certificate paths
|
boolean |
isDoValidation() |
boolean |
isExplicitPolicy() |
boolean |
isFollowAIAURIs()
Follow AuthorityInfoAccess extension in certificates to download certificates online
|
boolean |
isPolicyMappingInhibit() |
PreferencesMap |
newInstance()
Get the new instance of the type
|
void |
setAnyPolicyInhibit(boolean anyPolicyInhibit) |
void |
setCheckAllPaths(boolean checkAllPaths) |
void |
setCheckCABasicConstraints(boolean checkCABasicConstraints) |
void |
setDoValidation(boolean doValidation) |
void |
setExplicitPolicy(boolean explicitPolicy) |
void |
setFollowAIAURIs(boolean followAIAURIs) |
void |
setLDAPServer(String ldapServer) |
void |
setPolicyMappingInhibit(boolean policyMappingInhibit) |
void |
setRequireValidSigForChaining(boolean requireValidSigForChaining) |
clone, get, getNonCloneableKeys, getPreference, put, setPreferencepublic PathValidationPreferencesImpl()
public PathValidationPreferencesImpl(PathValidationPreferences prefs)
protected Object getPrefValueFromString(String prefName, String value)
getPrefValueFromString in class PreferencesMappublic PreferencesMap newInstance()
PreferencesMapnewInstance in class PreferencesMapprotected PreferencesMap createChild(String myKey)
createChild in class PreferencesMappublic boolean isAnyPolicyInhibit()
PathValidationPreferencesisAnyPolicyInhibit in interface PathValidationPreferencespublic boolean isExplicitPolicy()
isExplicitPolicy in interface PathValidationPreferencespublic boolean isPolicyMappingInhibit()
isPolicyMappingInhibit in interface PathValidationPreferencespublic boolean isCheckAllPaths()
PathValidationPreferencesisCheckAllPaths in interface PathValidationPreferencespublic boolean isFollowAIAURIs()
PathValidationPreferencesisFollowAIAURIs in interface PathValidationPreferencespublic boolean isDoValidation()
isDoValidation in interface PathValidationPreferencespublic void setExplicitPolicy(boolean explicitPolicy)
public void setAnyPolicyInhibit(boolean anyPolicyInhibit)
public void setPolicyMappingInhibit(boolean policyMappingInhibit)
public void setFollowAIAURIs(boolean followAIAURIs)
public void setLDAPServer(String ldapServer)
public String getLDAPServer()
getLDAPServer in interface PathValidationPreferencespublic void setDoValidation(boolean doValidation)
public void setCheckAllPaths(boolean checkAllPaths)
public void setCheckCABasicConstraints(boolean checkCABasicConstraints)
public boolean getCheckCABasicConstraints()
getCheckCABasicConstraints in interface PathValidationPreferencespublic void setRequireValidSigForChaining(boolean requireValidSigForChaining)
public boolean getRequireValidSigForChaining()
getRequireValidSigForChaining in interface PathValidationPreferencesCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.