Class EncryptedTypeUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionUnmarshaller
-
- org.opensaml.xmlsec.encryption.impl.EncryptedTypeUnmarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
- Direct Known Subclasses:
EncryptedDataUnmarshaller,EncryptedKeyUnmarshaller
public abstract class EncryptedTypeUnmarshaller extends AbstractXMLEncryptionUnmarshaller
A thread-safe Unmarshaller forEncryptedTypeobjects.
-
-
Constructor Summary
Constructors Constructor Description EncryptedTypeUnmarshaller()
-
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.encryption.impl.AbstractXMLEncryptionUnmarshaller
processElementContent
-
-
-
-
Method Detail
-
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 classAbstractXMLEncryptionUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
processAttribute
protected void processAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException- Overrides:
processAttributein classAbstractXMLEncryptionUnmarshaller- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-
-