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