Interface XmlSignatureProperties
- All Known Implementing Classes:
DefaultXAdESSignatureProperties
,XAdESSignatureProperties
public interface XmlSignatureProperties
You can provide further XML objects and references which will be added by the XML signature generator to the XML
signature.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static class
-
Method Summary
Modifier and TypeMethodDescriptionget
(XmlSignatureProperties.Input input) Returns further configuration objects for the XML signature
-
Method Details
-
get
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
-