public class SignatureUnmarshaller extends Object implements Unmarshaller
Signature objects.| Constructor and Description |
|---|
SignatureUnmarshaller()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private Integer |
getHMACOutputLengthValue(Element signatureMethodElement)
Find and return the integer value contained within the HMACOutputLength element, if present.
|
Signature |
unmarshall(Element signatureElement)
Unmarshalls the given W3C DOM element into a XMLObject.
|
private final Logger log
public Signature unmarshall(Element signatureElement) throws UnmarshallingException
unmarshall in interface UnmarshallersignatureElement - the DOM ElementUnmarshallingException - thrown if an error occurs unmarshalling the DOM element into the XMLObjectprivate Integer getHMACOutputLengthValue(Element signatureMethodElement)
signatureMethodElement - the ds:SignatureMethod elementCopyright © 1999-2015. All Rights Reserved.