Class X509DigestUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.core.xml.schema.impl.XSBase64BinaryUnmarshaller
-
- org.opensaml.xmlsec.signature.impl.X509DigestUnmarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
public class X509DigestUnmarshaller extends org.opensaml.core.xml.schema.impl.XSBase64BinaryUnmarshallerA thread-safe Unmarshaller forX509Digestobjects.
-
-
Constructor Summary
Constructors Constructor Description X509DigestUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute)-
Methods inherited from class org.opensaml.core.xml.schema.impl.XSBase64BinaryUnmarshaller
processElementContent
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processChildElement, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
-
-
-
Method Detail
-
processAttribute
protected void processAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException- Overrides:
processAttributein classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
-