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 IOcspConfigurationReaderjava.lang.Exceptionprotected void putValueByTagNameToMap(OcspConfigTags tag) throws java.lang.Exception
java.lang.Exceptionprotected 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 IOcspConfigurationReaderpublic java.util.List<IOcspConfigElement> getSigners()
getSigners in interface IOcspConfigurationReaderpublic java.util.List<java.lang.String> getSupportedSignAlg()
getSupportedSignAlg in interface IOcspConfigurationReaderprotected 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 IOcspConfigurationReaderpublic java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> getOcspSignCertificates()
getOcspSignCertificates in interface IOcspConfigurationReaderpublic tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate getOcspEncCertificate()
getOcspEncCertificate in interface IOcspConfigurationReaderCopyright © 2025. All rights reserved.