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 from org.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