Class XadesInformation.XadesInformationBuilder
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.xades.XadesInformation.XadesInformationBuilder
- Enclosing class:
 - XadesInformation
 
public class XadesInformation.XadesInformationBuilder extends Object
- 
Constructor Summary
Constructors Constructor Description XadesInformationBuilder() - 
Method Summary
 
- 
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
 
 -