Package org.opensaml.xmlsec.encryption
Interface XMLEncryptionBuilder<XMLEncryptionType extends XMLObject>
-
- Type Parameters:
XMLEncryptionType
- the type of XMLObject being built
- All Superinterfaces:
XMLObjectBuilder<XMLEncryptionType>
public interface XMLEncryptionBuilder<XMLEncryptionType extends XMLObject> extends 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.-
Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
@Nonnull XMLEncryptionType buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.- Returns:
- built XMLObject
-
-