org.openliberty.xmltooling.pp
Class EncryptKeyUnmarshaller

java.lang.Object
  extended by org.opensaml.xml.io.AbstractXMLObjectUnmarshaller
      extended by org.opensaml.xml.signature.impl.AbstractXMLSignatureUnmarshaller
          extended by org.opensaml.xml.signature.impl.KeyInfoTypeUnmarshaller
              extended by org.openliberty.xmltooling.pp.EncryptKeyUnmarshaller
All Implemented Interfaces:
org.opensaml.xml.io.Unmarshaller

public class EncryptKeyUnmarshaller
extends org.opensaml.xml.signature.impl.KeyInfoTypeUnmarshaller

Unmarshaller for EncryptKey, relies on the KeyInfoTypeUnmarshaller defined in the OpenSAML signature library

Author:
asa

Constructor Summary
protected EncryptKeyUnmarshaller()
           
 
Method Summary
protected  void processAttribute(org.opensaml.xml.XMLObject xmlObject, org.w3c.dom.Attr attribute)
           
 
Methods inherited from class org.opensaml.xml.signature.impl.KeyInfoTypeUnmarshaller
processChildElement
 
Methods inherited from class org.opensaml.xml.signature.impl.AbstractXMLSignatureUnmarshaller
processElementContent
 
Methods inherited from class org.opensaml.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkElementIsTarget, checkIDAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptKeyUnmarshaller

protected EncryptKeyUnmarshaller()
Method Detail

processAttribute

protected void processAttribute(org.opensaml.xml.XMLObject xmlObject,
                                org.w3c.dom.Attr attribute)
                         throws org.opensaml.xml.io.UnmarshallingException
Overrides:
processAttribute in class org.opensaml.xml.signature.impl.KeyInfoTypeUnmarshaller
Throws:
org.opensaml.xml.io.UnmarshallingException