Interface XmlSignatureProperties
-
- All Known Implementing Classes:
DefaultXAdESSignatureProperties,XAdESSignatureProperties
public interface XmlSignaturePropertiesYou can provide further XML objects and references which will be added by the XML signature generator to the XML signature.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceXmlSignatureProperties.Inputstatic classXmlSignatureProperties.Output
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlSignatureProperties.Outputget(XmlSignatureProperties.Input input)Returns further configuration objects for the XML signature
-
-
-
Method Detail
-
get
XmlSignatureProperties.Output get(XmlSignatureProperties.Input input) throws Exception
Returns further configuration objects for the XML signature- Parameters:
input- input- Returns:
- output must not be
null - Throws:
Exception- if an error occurs during creating the output
-
-