public class EncapsulatedCRLValue extends EncapsulatedPKIData
EncapsulatedCRLValue contains the base-64 encoding of a
DER-encoded X.509 CRL.mEncoding, mValuemContext, mElement, mId| Constructor and Description |
|---|
EncapsulatedCRLValue(Context aContext,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aCrl) |
EncapsulatedCRLValue(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalName() |
void |
setEncoding(PKIEncodingType aEncoding)
Useless method, dont need to set PKIEncodingType on EncapsulatedCRLValue
becuase its has always "DER" encoding type.
|
java.lang.String |
toString() |
getEncoding, getValue, setValuegetNamespaceaddBigIntegerElement, addLineBreak, addLineBreak, checkNamespace, createElement, generateAndSetId, getAttribute, getBigIntegerFromElement, getChildText, getContext, getDocument, getElement, getId, insertBase64EncodedElement, insertElement, insertTextElement, selectChildElement, selectChildren, setIdpublic EncapsulatedCRLValue(Context aContext, tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aCrl)
public EncapsulatedCRLValue(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 void setEncoding(PKIEncodingType aEncoding)
setEncoding in class EncapsulatedPKIDataaEncoding - public java.lang.String getLocalName()
getLocalName in class BaseElementpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2025. All rights reserved.