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 from
org.opensaml.xmlsec.encryption.-
Method Summary
Modifier and TypeMethodDescriptionBuilds 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 Details
-
buildObject
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.- Returns:
- built XMLObject
-