public class X509CRL extends X509DataElement
X509Data child element, which contains a base64-encoded
certificate revocation list (CRL)mContext, mElement, mId| Constructor and Description |
|---|
X509CRL(Context aContext,
byte[] aCRLBytes) |
X509CRL(org.w3c.dom.Element aElement,
Context aContext)
Construct X509CRL from existing
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCRLBytes() |
java.lang.String |
getLocalName() |
getNamespaceaddBigIntegerElement, addLineBreak, addLineBreak, checkNamespace, createElement, generateAndSetId, getAttribute, getBigIntegerFromElement, getChildText, getContext, getDocument, getElement, getId, insertBase64EncodedElement, insertElement, insertTextElement, selectChildElement, selectChildren, setIdpublic X509CRL(Context aContext, byte[] aCRLBytes)
public X509CRL(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 byte[] getCRLBytes()
public java.lang.String getLocalName()
getLocalName in class BaseElementCopyright © 2025. All rights reserved.