Class RecipientKeyInfoUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
org.opensaml.xmlsec.signature.impl.KeyInfoUnmarshaller
org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoUnmarshaller
- All Implemented Interfaces:
Unmarshaller
public class RecipientKeyInfoUnmarshaller extends KeyInfoUnmarshaller
A thread-safe Unmarshaller for
RecipientKeyInfo
objects.-
Constructor Summary
Constructors Constructor Description RecipientKeyInfoUnmarshaller()
-
Method Summary
Methods inherited from class org.opensaml.xmlsec.signature.impl.KeyInfoUnmarshaller
processAttribute, processChildElement
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
-
Constructor Details
-
RecipientKeyInfoUnmarshaller
public RecipientKeyInfoUnmarshaller()
-