Class CompleteRevocationRefsImpl
- java.lang.Object
-
- javax.xml.crypto.dom.DOMStructure
-
- es.uji.crypto.xades.jxades.security.xml.XAdES.XAdESStructure
-
- es.uji.crypto.xades.jxades.security.xml.XAdES.CompleteRevocationRefsImpl
-
- All Implemented Interfaces:
CompleteRevocationRefs
,javax.xml.crypto.XMLStructure
public class CompleteRevocationRefsImpl extends XAdESStructure implements CompleteRevocationRefs
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<CRLRef>
crlRefs
private java.util.List<OCSPRef>
ocspRefs
private ValidationResult
validationResult
-
Fields inherited from class es.uji.crypto.xades.jxades.security.xml.XAdES.XAdESStructure
ID_ATTRIBUTE, SIGNATURE_ELEMENT_NAME, TARGET_ATTRIBUTE, xadesNamespace, xadesPrefix, xmlSignaturePrefix
-
-
Constructor Summary
Constructors Constructor Description CompleteRevocationRefsImpl(org.w3c.dom.Node node, java.lang.String xadesPrefix, java.lang.String xadesNamespace, java.lang.String xmlSignaturePrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CRLRef>
getCRLRefs()
java.util.List<OCSPRef>
getOCSPRefs()
ValidationResult
getValidationResult()
-
Methods inherited from class es.uji.crypto.xades.jxades.security.xml.XAdES.XAdESStructure
createElement, createElementNS, getAttribute, getAttributeNS, getChildElement, getChildElementNS, getChildElementNS, getChildElements, getChildElementsNS, getChildElementTextContent, getDocument, getElement, getId, getTextContent, setAttributeNS, setTextContent
-
-
-
-
Field Detail
-
ocspRefs
private java.util.List<OCSPRef> ocspRefs
-
crlRefs
private java.util.List<CRLRef> crlRefs
-
validationResult
private ValidationResult validationResult
-
-
Method Detail
-
getOCSPRefs
public java.util.List<OCSPRef> getOCSPRefs()
- Specified by:
getOCSPRefs
in interfaceCompleteRevocationRefs
-
getCRLRefs
public java.util.List<CRLRef> getCRLRefs()
- Specified by:
getCRLRefs
in interfaceCompleteRevocationRefs
-
getValidationResult
public ValidationResult getValidationResult()
- Specified by:
getValidationResult
in interfaceCompleteRevocationRefs
-
-