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 Details

    • buildObject

      @Nonnull XMLEncryptionType buildObject()
      Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
      Returns:
      built XMLObject