public abstract class AbstractOcspConfigurationCreator extends java.lang.Object implements IOcspConfigurationCreator
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.Element |
config |
protected org.w3c.dom.Document |
doc |
Constructor and Description |
---|
AbstractOcspConfigurationCreator() |
Modifier and Type | Method and Description |
---|---|
protected void |
addElementByElementRootName(OcspConfigTags rootTag,
IOcspConfigElement element) |
protected void |
addListByRootName(OcspConfigTags rootTag,
java.util.List<IOcspConfigElement> elements) |
protected void |
addOcspCertificatesEncoded(java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> aOcspSignCertificateList) |
protected void |
addOcspEncCertificate(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate ocspEncryptionCertificate) |
protected void |
addSupportedSignAlgs(java.util.List<java.lang.String> aSupportedSignAlgList) |
protected void |
appendToConfig(IOcspConfigElement element) |
void |
createConfiguration(IOcspConfigHolder configHolder) |
byte[] |
getStreamAsByteArray() |
void |
saveToFile(java.io.File file) |
java.lang.String |
send(java.lang.String url) |
void |
setUrl(java.lang.String url) |
public AbstractOcspConfigurationCreator() throws java.lang.Exception
java.lang.Exception
public void createConfiguration(IOcspConfigHolder configHolder) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
createConfiguration
in interface IOcspConfigurationCreator
tr.gov.tubitak.uekae.esya.api.common.ESYAException
protected void addListByRootName(OcspConfigTags rootTag, java.util.List<IOcspConfigElement> elements)
public void setUrl(java.lang.String url)
protected void addOcspCertificatesEncoded(java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> aOcspSignCertificateList)
protected void addSupportedSignAlgs(java.util.List<java.lang.String> aSupportedSignAlgList)
protected void addOcspEncCertificate(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate ocspEncryptionCertificate)
protected void appendToConfig(IOcspConfigElement element)
protected void addElementByElementRootName(OcspConfigTags rootTag, IOcspConfigElement element)
public java.lang.String send(java.lang.String url) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
send
in interface IOcspConfigurationCreator
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public void saveToFile(java.io.File file) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
saveToFile
in interface IOcspConfigurationCreator
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public byte[] getStreamAsByteArray() throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
getStreamAsByteArray
in interface IOcspConfigurationCreator
tr.gov.tubitak.uekae.esya.api.common.ESYAException
Copyright © 2025. All rights reserved.