Class ECKeyValueUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
-
- org.opensaml.xmlsec.signature.impl.ECKeyValueUnmarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
public class ECKeyValueUnmarshaller extends AbstractXMLSignatureUnmarshaller
A thread-safe Unmarshaller forECKeyValueobjects.
-
-
Field Summary
Fields Modifier and Type Field Description static QNameECPARAMETERS_ELEMENT_NAMEECParameters element name.
-
Constructor Summary
Constructors Constructor Description ECKeyValueUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute)protected voidprocessChildElement(org.opensaml.core.xml.XMLObject parentXMLObject, org.opensaml.core.xml.XMLObject childXMLObject)-
Methods inherited from class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
processElementContent
-
-
-
-
Field Detail
-
ECPARAMETERS_ELEMENT_NAME
public static final QName ECPARAMETERS_ELEMENT_NAME
ECParameters element name.
-
-
Method Detail
-
processAttribute
protected void processAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException- Overrides:
processAttributein classAbstractXMLSignatureUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
processChildElement
protected void processChildElement(org.opensaml.core.xml.XMLObject parentXMLObject, org.opensaml.core.xml.XMLObject childXMLObject) throws org.opensaml.core.xml.io.UnmarshallingException- Overrides:
processChildElementin classAbstractXMLSignatureUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
-