Class XadesInformation.XadesInformationBuilder
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.xades.XadesInformation.XadesInformationBuilder
- Enclosing class:
XadesInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setBaseURI(URI baseURI) setContentToSignAsDetached(Document documentToSign) setContentToSignAsEnveloped(Document documentToSign) setContentToSignAsEnveloped(Document documentToSign, String nodeToSignXPath) setContentToSignAsEnveloping(Document documentToSign) setContentToSignAsInternallyDetached(Document documentToSign) setContentToSignAsInternallyDetached(Document documentToSign, String nodeToSignXPath) setContentToSignAsInternallyDetached(Document documentToSign, Node nodeToSignXPath) setProductionPlace(XadesInformation.ProductionPlace productionPlace, String value) setSignedDataDescription(String description) setSignedDataEncoding(String encoding) setSignedDataType(String oid)
-
Constructor Details
-
XadesInformationBuilder
public XadesInformationBuilder()
-
-
Method Details
-
setSignedDataDescription
-
setSignedDataType
-
setSignedDataEncoding
-
setContentToSignAsEnveloped
public XadesInformation.XadesInformationBuilder setContentToSignAsEnveloped(Document documentToSign) throws XPathExpressionException - Throws:
XPathExpressionException
-
setContentToSignAsEnveloped
public XadesInformation.XadesInformationBuilder setContentToSignAsEnveloped(Document documentToSign, @Language("XPath") String nodeToSignXPath) throws XPathExpressionException - Throws:
XPathExpressionException
-
setContentToSignAsEnveloping
public XadesInformation.XadesInformationBuilder setContentToSignAsEnveloping(Document documentToSign) throws ParserConfigurationException - Throws:
ParserConfigurationException
-
setContentToSignAsDetached
public XadesInformation.XadesInformationBuilder setContentToSignAsDetached(Document documentToSign) throws ParserConfigurationException - Throws:
ParserConfigurationException
-
setContentToSignAsInternallyDetached
public XadesInformation.XadesInformationBuilder setContentToSignAsInternallyDetached(Document documentToSign) throws XPathExpressionException, ParserConfigurationException -
setContentToSignAsInternallyDetached
public XadesInformation.XadesInformationBuilder setContentToSignAsInternallyDetached(Document documentToSign, Node nodeToSignXPath) throws XPathExpressionException, ParserConfigurationException -
setContentToSignAsInternallyDetached
public XadesInformation.XadesInformationBuilder setContentToSignAsInternallyDetached(Document documentToSign, String nodeToSignXPath) throws XPathExpressionException, ParserConfigurationException -
setProductionPlace
public XadesInformation.XadesInformationBuilder setProductionPlace(XadesInformation.ProductionPlace productionPlace, String value) -
setBaseURI
-
build
-