org.apache.xml.security.keys.content.x509
Class XMLX509CRL
java.lang.Object
org.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.SignatureElementProxy
org.apache.xml.security.keys.content.x509.XMLX509CRL
- All Implemented Interfaces:
- XMLX509DataContent
public class XMLX509CRL
- extends SignatureElementProxy
- implements XMLX509DataContent
| Methods inherited from class org.apache.xml.security.utils.ElementProxy |
addBase64Element, addBase64Text, addBigIntegerElement, addText, addTextElement, createElementForFamily, createElementForFamilyLocal, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setElement, setXPathNamespaceContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLX509CRL
public XMLX509CRL(Element element,
String BaseURI)
throws XMLSecurityException
- Constructor XMLX509CRL
- Parameters:
element - BaseURI -
- Throws:
XMLSecurityException
XMLX509CRL
public XMLX509CRL(Document doc,
byte[] crlBytes)
- Constructor X509CRL
- Parameters:
doc - crlBytes -
getCRLBytes
public byte[] getCRLBytes()
throws XMLSecurityException
- Method getCRLBytes
- Returns:
- the CRL bytes
- Throws:
XMLSecurityException
getBaseLocalName
public String getBaseLocalName()
- Description copied from class:
ElementProxy
- Returns the localname of the Elements of the sub-class.
- Specified by:
getBaseLocalName in class ElementProxy
- Returns:
- the localname of the Elements of the sub-class.
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.