public class SignatureUnmarshaller extends Object implements Unmarshaller
Signature
objects.Modifier and Type | Field and Description |
---|---|
private org.slf4j.Logger |
log
Class logger.
|
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.
|
public Signature unmarshall(Element signatureElement) throws UnmarshallingException
unmarshall
in interface Unmarshaller
signatureElement
- 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–2017. All rights reserved.