public abstract class RevocationValuesType extends XAdESBaseElement
Below follows the Schema definition for this element.
<xsd:complexType name="RevocationValuesType">
<xsd:sequence>
<xsd:element name="CRLValues" type="CRLValuesType" minOccurs="0"/>
<xsd:element name="OCSPValues" type="OCSPValuesType" minOccurs="0"/>
<xsd:element name="OtherValues" type="OtherCertStatusValuesType" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
</xsd:complexType>
mContext, mElement, mId| Modifier | Constructor and Description |
|---|---|
protected |
RevocationValuesType(Context aContext) |
protected |
RevocationValuesType(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCRL(tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aCRL) |
void |
addCRLValue(EncapsulatedCRLValue aCRLValue) |
void |
addOCSPResponse(tr.gov.tubitak.uekae.esya.api.asn.ocsp.EOCSPResponse aOCSPResponse) |
void |
addOCSPValue(EncapsulatedOCSPValue aOCSPValue) |
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL> |
getAllCRLs() |
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.ocsp.EOCSPResponse> |
getAllOCSPResponses() |
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL |
getCRL(int aIndex) |
EncapsulatedCRLValue |
getCRLValue(int aIndex) |
int |
getCRLValueCount() |
tr.gov.tubitak.uekae.esya.api.asn.ocsp.EOCSPResponse |
getOCSPResponse(int aIndex) |
EncapsulatedOCSPValue |
getOCSPValue(int aIndex) |
int |
getOCSPValueCount() |
getNamespaceaddBigIntegerElement, addLineBreak, addLineBreak, checkNamespace, createElement, generateAndSetId, getAttribute, getBigIntegerFromElement, getChildText, getContext, getDocument, getElement, getId, getLocalName, insertBase64EncodedElement, insertElement, insertTextElement, selectChildElement, selectChildren, setIdprotected RevocationValuesType(Context aContext)
protected RevocationValuesType(org.w3c.dom.Element aElement,
Context aContext)
throws XMLSignatureException
aElement - xml elementaContext - according to contextXMLSignatureException - when structure is invalid or can not be
resolved appropriatelypublic int getCRLValueCount()
public EncapsulatedCRLValue getCRLValue(int aIndex)
public tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL getCRL(int aIndex)
throws XMLSignatureException
XMLSignatureExceptionpublic java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL> getAllCRLs()
throws XMLSignatureException
XMLSignatureExceptionpublic void addCRLValue(EncapsulatedCRLValue aCRLValue)
public void addCRL(tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aCRL)
public int getOCSPValueCount()
public EncapsulatedOCSPValue getOCSPValue(int aIndex)
public tr.gov.tubitak.uekae.esya.api.asn.ocsp.EOCSPResponse getOCSPResponse(int aIndex)
throws XMLSignatureException
XMLSignatureExceptionpublic java.util.List<tr.gov.tubitak.uekae.esya.api.asn.ocsp.EOCSPResponse> getAllOCSPResponses()
throws XMLSignatureException
XMLSignatureExceptionpublic void addOCSPValue(EncapsulatedOCSPValue aOCSPValue)
public void addOCSPResponse(tr.gov.tubitak.uekae.esya.api.asn.ocsp.EOCSPResponse aOCSPResponse)
Copyright © 2025. All rights reserved.