org.apache.camel.component.xmlsecurity.api
Interface XmlSignatureChecker.Input

Enclosing interface:
XmlSignatureChecker

public static interface XmlSignatureChecker.Input


Method Summary
 KeyInfo getKeyInfo()
          Key info.
 org.apache.camel.Message getMessage()
          Message.
 Document getMessageBodyDocument()
          Message body containing the XML signature as DOM.
 List<? extends XMLObject> getObjects()
          XML objects list.
 XMLSignature.SignatureValue getSignatureValue()
          Signature value instance.
 SignedInfo getSignedInfo()
          Signed info instance.
 

Method Detail

getSignedInfo

SignedInfo getSignedInfo()
Signed info instance.


getSignatureValue

XMLSignature.SignatureValue getSignatureValue()
Signature value instance.


getObjects

List<? extends XMLObject> getObjects()
XML objects list.


getKeyInfo

KeyInfo getKeyInfo()
Key info.


getMessageBodyDocument

Document getMessageBodyDocument()
Message body containing the XML signature as DOM.


getMessage

org.apache.camel.Message getMessage()
Message.



Apache Camel