Class EncryptedDataBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptedData>
-
- org.opensaml.xmlsec.encryption.impl.EncryptedDataBuilder
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptedData>
,org.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.EncryptedData>
public class EncryptedDataBuilder extends org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptedData> implements org.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.EncryptedData>
Builder ofEncryptedData
.
-
-
Constructor Summary
Constructors Constructor Description EncryptedDataBuilder()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.xmlsec.encryption.EncryptedData
buildObject()
org.opensaml.xmlsec.encryption.EncryptedData
buildObject(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.EncryptedData buildObject()
- Specified by:
buildObject
in interfaceorg.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.EncryptedData>
-
buildObject
public org.opensaml.xmlsec.encryption.EncryptedData buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObject
in interfaceorg.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptedData>
- Specified by:
buildObject
in classorg.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptedData>
-
-