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.Exceptionpublic void createConfiguration(IOcspConfigHolder configHolder) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
createConfiguration in interface IOcspConfigurationCreatortr.gov.tubitak.uekae.esya.api.common.ESYAExceptionprotected 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 IOcspConfigurationCreatortr.gov.tubitak.uekae.esya.api.common.ESYAExceptionpublic void saveToFile(java.io.File file)
throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
saveToFile in interface IOcspConfigurationCreatortr.gov.tubitak.uekae.esya.api.common.ESYAExceptionpublic byte[] getStreamAsByteArray()
throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
getStreamAsByteArray in interface IOcspConfigurationCreatortr.gov.tubitak.uekae.esya.api.common.ESYAExceptionCopyright © 2025. All rights reserved.