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:
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(XMLObject xmlObject, Attr attribute)protected voidprocessChildElement(XMLObject parentXMLObject, XMLObject childXMLObject)-
Methods inherited from class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
processElementContent
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
-
-
-
Field Detail
-
ECPARAMETERS_ELEMENT_NAME
public static final QName ECPARAMETERS_ELEMENT_NAME
ECParameters element name.
-
-
Method Detail
-
processAttribute
protected void processAttribute(XMLObject xmlObject, Attr attribute) throws UnmarshallingException
- Overrides:
processAttributein classAbstractXMLSignatureUnmarshaller- Throws:
UnmarshallingException
-
processChildElement
protected void processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) throws UnmarshallingException
- Overrides:
processChildElementin classAbstractXMLSignatureUnmarshaller- Throws:
UnmarshallingException
-
-