public class SignatureUnmarshaller extends java.lang.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 java.lang.Integer |
getHMACOutputLengthValue(org.w3c.dom.Element signatureMethodElement)
Find and return the integer value contained within the HMACOutputLength element, if present.
|
Signature |
unmarshall(org.w3c.dom.Element signatureElement)
Unmarshalls the given W3C DOM element into a XMLObject.
|
public Signature unmarshall(org.w3c.dom.Element signatureElement) throws UnmarshallingException
unmarshall in interface UnmarshallersignatureElement - the DOM ElementUnmarshallingException - thrown if an error occurs unmarshalling the DOM element into the XMLObjectprivate java.lang.Integer getHMACOutputLengthValue(org.w3c.dom.Element signatureMethodElement)
signatureMethodElement - the ds:SignatureMethod element