Package org.opensaml.xmlsec.encryption
Interface XMLEncryptionBuilder<XMLEncryptionType extends org.opensaml.core.xml.XMLObject>
-
- Type Parameters:
XMLEncryptionType
- the type of XMLObject being built
- All Superinterfaces:
org.opensaml.core.xml.XMLObjectBuilder<XMLEncryptionType>
public interface XMLEncryptionBuilder<XMLEncryptionType extends org.opensaml.core.xml.XMLObject> extends org.opensaml.core.xml.XMLObjectBuilder<XMLEncryptionType>
Builder for XMLObjects fromorg.opensaml.xmlsec.encryption
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLEncryptionType
buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
-
-
-
Method Detail
-
buildObject
@Nonnull XMLEncryptionType buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.- Returns:
- built XMLObject
-
-