Class UnsignedSignatureProperties
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.UnsignedSignatureProperties
- All Implemented Interfaces:
XMLStructure
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CompleteCertificateRefs
private CompleteRevocationRefs
private Document
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
ConstructorsConstructorDescriptionUnsignedSignatureProperties
(Document document, UnsignedProperties up, String xadesPrefix, String xadesNamespace, String xmlSignaturePrefix) UnsignedSignatureProperties
(Node node, String xadesPrefix, String xadesNamespace, String xmlSignaturePrefix) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCompleteCertificateRefs
(Collection<X509Certificate> caCertificates, String signatureIdPrefix) void
setSignatureTimeStamp
(ArrayList<SignatureTimeStamp> signatureTimeStamp, String tsaURL) 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
-
completeCertificateRefs
-
completeRevocationRefs
-
document
-
-
Constructor Details
-
UnsignedSignatureProperties
public UnsignedSignatureProperties(Document document, UnsignedProperties up, String xadesPrefix, String xadesNamespace, String xmlSignaturePrefix) -
UnsignedSignatureProperties
-
-
Method Details
-
getCompleteCertificateRefs
-
setCompleteCertificateRefs
public void setCompleteCertificateRefs(Collection<X509Certificate> caCertificates, String signatureIdPrefix) throws GeneralSecurityException - Throws:
GeneralSecurityException
-
getCompleteRevocationRefs
-
setSignatureTimeStamp
-