es.mityc.firmaJava.libreria.xades.elementos.xades
Class CRLRef
java.lang.Object
es.mityc.firmaJava.libreria.xades.elementos.AbstractXMLElement
es.mityc.firmaJava.libreria.xades.elementos.xmldsig.AbstractXDsigElement
es.mityc.firmaJava.libreria.xades.elementos.xades.AbstractXADESElement
es.mityc.firmaJava.libreria.xades.elementos.xades.CRLRefType
es.mityc.firmaJava.libreria.xades.elementos.xades.CRLRef
public class CRLRef
- extends CRLRefType
- Author:
- dsantose
|
Method Summary |
protected org.w3c.dom.Element |
createElement(org.w3c.dom.Document doc)
Devuelve el árbol de nodos que representa este elemento. |
org.w3c.dom.Element |
createElement(org.w3c.dom.Document doc,
java.lang.String namespaceXDsig,
java.lang.String namespaceXAdES)
Este elemento lo pueden hacer público los elementos |
boolean |
isThisNode(org.w3c.dom.Node node)
Indica si el nodo pasado es o no del tipo al que se le hace la consulta |
void |
load(org.w3c.dom.Element element)
Lee la información del nodo |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CRLRef
public CRLRef(XAdESSchemas schema)
- Parameters:
schema -
CRLRef
public CRLRef(XAdESSchemas schema,
java.lang.String method,
java.security.cert.X509CRL crl)
throws InvalidInfoNodeException
- Parameters:
schema - method - crl -
- Throws:
InvalidInfoNodeException
CRLRef
public CRLRef(XAdESSchemas schema,
java.lang.String method,
java.io.File crlFile)
throws InvalidInfoNodeException
- Parameters:
schema - method - crlFile -
- Throws:
InvalidInfoNodeException
load
public void load(org.w3c.dom.Element element)
throws InvalidInfoNodeException
- Description copied from class:
AbstractXMLElement
- Lee la información del nodo
- Overrides:
load in class CRLRefType
- Parameters:
element - elemento del que cuelga la información
- Throws:
InvalidInfoNodeException - lanzada cuando la estructura de nodos leída es inválida
isThisNode
public boolean isThisNode(org.w3c.dom.Node node)
- Description copied from class:
AbstractXMLElement
- Indica si el nodo pasado es o no del tipo al que se le hace la consulta
- Overrides:
isThisNode in class AbstractXMLElement
- Returns:
- See Also:
AbstractXMLElement.isThisNode(org.w3c.dom.Node)
createElement
public org.w3c.dom.Element createElement(org.w3c.dom.Document doc,
java.lang.String namespaceXDsig,
java.lang.String namespaceXAdES)
throws InvalidInfoNodeException
- Description copied from class:
AbstractXADESElement
- Este elemento lo pueden hacer público los elementos
- Overrides:
createElement in class AbstractXADESElement
- Returns:
-
- Throws:
InvalidInfoNodeException
createElement
protected org.w3c.dom.Element createElement(org.w3c.dom.Document doc)
throws InvalidInfoNodeException
- Description copied from class:
AbstractXMLElement
- Devuelve el árbol de nodos que representa este elemento. Implementado por los elementos finales.
- Overrides:
createElement in class AbstractXMLElement
- Parameters:
doc - Documento donde se agregará el elemento
- Throws:
InvalidInfoNodeException- See Also:
AbstractXMLElement.createElement(org.w3c.dom.Document)
Copyright © 2009 Ministerio de Industria, Energía y Turismo. All Rights Reserved.