Class CompleteCertificateRefsImpl
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.CompleteCertificateRefsImpl
- All Implemented Interfaces:
CompleteCertificateRefs
,XMLStructure
-
Field Summary
FieldsFields inherited from class es.uji.crypto.xades.jxades.security.xml.XAdES.XAdESStructure
ID_ATTRIBUTE, SIGNATURE_ELEMENT_NAME, TARGET_ATTRIBUTE, xadesNamespace, xadesPrefix, xmlSignaturePrefix
-
Constructor Summary
ConstructorsConstructorDescriptionCompleteCertificateRefsImpl
(Document document, XAdESStructure parent, Collection<X509Certificate> caCertificates, String signatureIdPrefix, String xadesPrefix, String xadesNamespace, String xmlSignaturePrefix) CompleteCertificateRefsImpl
(Node node, String xadesPrefix, String xadesNamespace, String xmlSignaturePrefix) -
Method Summary
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
Methods inherited from class javax.xml.crypto.dom.DOMStructure
getNode, isFeatureSupported
-
Field Details
-
certRefs
-
-
Constructor Details
-
CompleteCertificateRefsImpl
public CompleteCertificateRefsImpl(Document document, XAdESStructure parent, Collection<X509Certificate> caCertificates, String signatureIdPrefix, String xadesPrefix, String xadesNamespace, String xmlSignaturePrefix) throws GeneralSecurityException - Throws:
GeneralSecurityException
-
CompleteCertificateRefsImpl
-
-
Method Details
-
getCertRefs
- Specified by:
getCertRefs
in interfaceCompleteCertificateRefs
-