Class EncryptionMethodBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptionMethod>
-
- org.opensaml.xmlsec.encryption.impl.EncryptionMethodBuilder
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptionMethod>,org.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.EncryptionMethod>
public class EncryptionMethodBuilder extends org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptionMethod> implements org.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.EncryptionMethod>Builder ofEncryptionMethod.
-
-
Constructor Summary
Constructors Constructor Description EncryptionMethodBuilder()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.xmlsec.encryption.EncryptionMethodbuildObject()org.opensaml.xmlsec.encryption.EncryptionMethodbuildObject(String namespaceURI, String localName, String namespacePrefix)-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
public org.opensaml.xmlsec.encryption.EncryptionMethod buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceorg.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptionMethod>- Specified by:
buildObjectin classorg.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptionMethod>
-
buildObject
public org.opensaml.xmlsec.encryption.EncryptionMethod buildObject()
- Specified by:
buildObjectin interfaceorg.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.EncryptionMethod>
-
-