Modifier and Type | Method and Description |
---|---|
static OcspConfigTags |
OcspConfigTags.fromValue(java.lang.String tagName) |
static OcspConfigTags |
OcspConfigTags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OcspConfigTags[] |
OcspConfigTags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static IOcspConfigElement |
ElementFactory.createConfigElement(OcspConfigTags tags) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractOcspConfigurationCreator.addElementByElementRootName(OcspConfigTags rootTag,
IOcspConfigElement element) |
protected void |
AbstractOcspConfigurationCreator.addListByRootName(OcspConfigTags rootTag,
java.util.List<IOcspConfigElement> elements) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<OcspConfigTags,java.lang.String> |
AbstractConfigElement.map |
Modifier and Type | Method and Description |
---|---|
OcspConfigTags[] |
URLConfigElement.getElementNames() |
OcspConfigTags[] |
SupportedSignAlgElement.getElementNames() |
OcspConfigTags[] |
SignerConfigElement.getElementNames() |
OcspConfigTags[] |
ResponsibleCaElement.getElementNames() |
OcspConfigTags[] |
PreferredSignAlgElement.getElementNames() |
OcspConfigTags[] |
OcspSignCertificateConfigElement.getElementNames() |
OcspConfigTags[] |
OcspEncCertificateConfigElement.getElementNames() |
OcspConfigTags[] |
IOcspConfigElement.getElementNames() |
OcspConfigTags[] |
DecryptorConfigElement.getElementNames() |
OcspConfigTags[] |
DbProviderConfigElement.getElementNames() |
OcspConfigTags[] |
CrlProviderConfigElement.getElementNames() |
OcspConfigTags[] |
ConfigNameElement.getElementNames() |
OcspConfigTags |
URLConfigElement.getRootTag() |
OcspConfigTags |
SupportedSignAlgElement.getRootTag() |
OcspConfigTags |
SignerConfigElement.getRootTag() |
OcspConfigTags |
ResponsibleCaElement.getRootTag() |
OcspConfigTags |
PreferredSignAlgElement.getRootTag() |
OcspConfigTags |
OcspSignCertificateConfigElement.getRootTag() |
OcspConfigTags |
OcspEncCertificateConfigElement.getRootTag() |
OcspConfigTags |
IOcspConfigElement.getRootTag() |
OcspConfigTags |
DecryptorConfigElement.getRootTag() |
OcspConfigTags |
DbProviderConfigElement.getRootTag() |
OcspConfigTags |
CrlProviderConfigElement.getRootTag() |
OcspConfigTags |
ConfigNameElement.getRootTag() |
Modifier and Type | Method and Description |
---|---|
void |
IOcspConfigElement.addElement(OcspConfigTags elementName,
java.lang.String value) |
void |
AbstractConfigElement.addElement(OcspConfigTags tag,
java.lang.String value) |
java.lang.String |
IOcspConfigElement.getElementValueByTagName(OcspConfigTags tag) |
java.lang.String |
AbstractConfigElement.getElementValueByTagName(OcspConfigTags tag) |
Modifier and Type | Field and Description |
---|---|
static OcspConfigTags[] |
AbstractOcspConfigurationReader.elementNames |
static OcspConfigTags[] |
AbstractOcspConfigurationReader.providerType |
Modifier and Type | Field and Description |
---|---|
protected HashMultiMap<OcspConfigTags,IOcspConfigElement> |
AbstractOcspConfigurationReader.multiMap |
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.NodeList |
AbstractOcspConfigurationReader.findElementByTagNameFromDocument(OcspConfigTags tags) |
protected java.lang.String |
AbstractOcspConfigurationReader.getStringValue(OcspConfigTags tag) |
protected java.util.List<java.lang.String> |
AbstractOcspConfigurationReader.getStringValues(OcspConfigTags tag) |
protected java.lang.String |
AbstractOcspConfigurationReader.getTagValue(OcspConfigTags tags,
org.w3c.dom.Element rootElement) |
protected void |
AbstractOcspConfigurationReader.putValueByTagNameToMap(OcspConfigTags tag) |
Copyright © 2025. All rights reserved.