org.openliberty.xmltooling.pp
Class SignKeyUnmarshaller

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.SignKeyUnmarshaller
All Implemented Interfaces:
org.opensaml.xml.io.Unmarshaller

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

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

Author:
asa

Constructor Summary
protected SignKeyUnmarshaller()
           
 
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

SignKeyUnmarshaller

protected SignKeyUnmarshaller()
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