|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.signature.impl.SignatureUnmarshaller
public class SignatureUnmarshaller
An unmarshaller for Signature objects.
| Field Summary | |
|---|---|
private Logger |
log
Class logger. |
| Constructor Summary | |
|---|---|
SignatureUnmarshaller()
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final Logger log
| Constructor Detail |
|---|
public SignatureUnmarshaller()
| Method Detail |
|---|
public Signature unmarshall(Element signatureElement)
throws UnmarshallingException
unmarshall in interface UnmarshallersignatureElement - the DOM Element
UnmarshallingException - thrown if an error occurs unmarshalling the DOM element into the XMLObjectprivate Integer getHMACOutputLengthValue(Element signatureMethodElement)
signatureMethodElement - the ds:SignatureMethod element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||