Class SignatureConfirmation
java.lang.Object
org.apache.ws.security.message.token.SignatureConfirmation
Signature Confirmation element.
- Author:
- Werner Dittmann (Werner.Dittmann@t-online.de)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSignatureConfirmation
(Document doc, byte[] signVal) Constructs aSignatureConfirmation
object according to the defined parameters.SignatureConfirmation
(Element elem) Constructs aSignatureConfirmation
object and parses thewsse11:SignatureCOnfirmation
element to initialize it. -
Method Summary
-
Field Details
-
element
-
-
Constructor Details
-
SignatureConfirmation
Constructs aSignatureConfirmation
object and parses thewsse11:SignatureCOnfirmation
element to initialize it.- Parameters:
elem
- thewsse11:SignatureCOnfirmation
element that contains the confirmation data- Throws:
WSSecurityException
-
SignatureConfirmation
Constructs aSignatureConfirmation
object according to the defined parameters.- Parameters:
doc
- the SOAP envelope asDocument
signVal
- the Signature value as byte[] ofnull
if no value available.
-
-
Method Details
-
getElement
Returns the dom element of thisTimestamp
object.- Returns:
- the
wsse:UsernameToken
element
-
toString
Returns the string representation of the token. -
setID
Set wsu:Id attribute of this SignatureConfirmation element.- Parameters:
id
-
-
getID
Returns the value of the wsu:Id attribute- Returns:
- TODO
-
getSignatureValue
public byte[] getSignatureValue()- Returns:
- Returns the signatureValue.
-