org.openliberty.xmltooling.pp
Class EncryptKeyBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<EncryptKey>
      extended by org.openliberty.xmltooling.pp.EncryptKeyBuilder
All Implemented Interfaces:
org.opensaml.xml.XMLObjectBuilder<EncryptKey>

public class EncryptKeyBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<EncryptKey>


Constructor Summary
EncryptKeyBuilder()
           
 
Method Summary
 EncryptKey buildObject()
           
 EncryptKey buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 
Methods inherited from class org.opensaml.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptKeyBuilder

public EncryptKeyBuilder()
Method Detail

buildObject

public EncryptKey buildObject()

buildObject

public EncryptKey buildObject(java.lang.String namespaceURI,
                              java.lang.String localName,
                              java.lang.String namespacePrefix)
Specified by:
buildObject in interface org.opensaml.xml.XMLObjectBuilder<EncryptKey>
Specified by:
buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<EncryptKey>