public abstract class AbstractOcspConfigurationReader extends java.lang.Object implements IOcspConfigurationReader
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.Document |
document |
static OcspConfigTags[] |
elementNames |
protected HashMultiMap<OcspConfigTags,IOcspConfigElement> |
multiMap |
static OcspConfigTags[] |
providerType |
Constructor and Description |
---|
AbstractOcspConfigurationReader() |
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.NodeList |
findElementByTagNameFromDocument(OcspConfigTags tags) |
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate |
getOcspEncCertificate() |
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> |
getOcspSignCertificates() |
java.lang.String |
getPreferredSignAlg() |
java.util.List<IOcspConfigElement> |
getResponsibleCas() |
java.util.List<IOcspConfigElement> |
getSigners() |
protected java.lang.String |
getStringValue(OcspConfigTags tag) |
protected java.util.List<java.lang.String> |
getStringValues(OcspConfigTags tag) |
java.util.List<java.lang.String> |
getSupportedSignAlg() |
protected java.lang.String |
getTagValue(OcspConfigTags tags,
org.w3c.dom.Element rootElement) |
java.lang.String |
getUrl() |
protected void |
putValueByTagNameToMap(OcspConfigTags tag) |
void |
read(java.io.InputStream inputStream) |
protected org.w3c.dom.Document document
protected HashMultiMap<OcspConfigTags,IOcspConfigElement> multiMap
public static OcspConfigTags[] elementNames
public static OcspConfigTags[] providerType
public void read(java.io.InputStream inputStream) throws java.lang.Exception
read
in interface IOcspConfigurationReader
java.lang.Exception
protected void putValueByTagNameToMap(OcspConfigTags tag) throws java.lang.Exception
java.lang.Exception
protected org.w3c.dom.NodeList findElementByTagNameFromDocument(OcspConfigTags tags)
protected java.lang.String getTagValue(OcspConfigTags tags, org.w3c.dom.Element rootElement)
public java.lang.String getPreferredSignAlg()
getPreferredSignAlg
in interface IOcspConfigurationReader
public java.util.List<IOcspConfigElement> getSigners()
getSigners
in interface IOcspConfigurationReader
public java.util.List<java.lang.String> getSupportedSignAlg()
getSupportedSignAlg
in interface IOcspConfigurationReader
protected java.util.List<java.lang.String> getStringValues(OcspConfigTags tag)
public java.lang.String getUrl()
protected java.lang.String getStringValue(OcspConfigTags tag)
public java.util.List<IOcspConfigElement> getResponsibleCas()
getResponsibleCas
in interface IOcspConfigurationReader
public java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> getOcspSignCertificates()
getOcspSignCertificates
in interface IOcspConfigurationReader
public tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate getOcspEncCertificate()
getOcspEncCertificate
in interface IOcspConfigurationReader
Copyright © 2025. All rights reserved.