Class SignatureUnmarshaller
java.lang.Object
org.opensaml.xmlsec.signature.impl.SignatureUnmarshaller
- All Implemented Interfaces:
Unmarshaller
An unmarshaller for
Signature objects.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate IntegergetHMACOutputLengthValue(Element signatureMethodElement) Find and return the integer value contained within the HMACOutputLength element, if present.unmarshall(Element signatureElement) Unmarshalls the given W3C DOM element into a XMLObject.
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
SignatureUnmarshaller
public SignatureUnmarshaller()Constructor.
-
-
Method Details
-
unmarshall
@Nonnull public Signature unmarshall(@Nonnull Element signatureElement) throws UnmarshallingException Unmarshalls the given W3C DOM element into a XMLObject.- Specified by:
unmarshallin interfaceUnmarshaller- Parameters:
signatureElement- the DOM Element- Returns:
- the unmarshalled XMLObject
- Throws:
UnmarshallingException- thrown if an error occurs unmarshalling the DOM element into the XMLObject
-
getHMACOutputLengthValue
Find and return the integer value contained within the HMACOutputLength element, if present.- Parameters:
signatureMethodElement- the ds:SignatureMethod element- Returns:
- the HMAC output length value, or null if not present
-