Class EncryptionPropertyBuilder

  • All Implemented Interfaces:
    org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptionProperty>, org.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.EncryptionProperty>

    public class EncryptionPropertyBuilder
    extends org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptionProperty>
    implements org.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.EncryptionProperty>
    Builder of EncryptionProperty.
    • Constructor Detail

      • EncryptionPropertyBuilder

        public EncryptionPropertyBuilder()
        Constructor.
    • Method Detail

      • buildObject

        public org.opensaml.xmlsec.encryption.EncryptionProperty buildObject​(String namespaceURI,
                                                                             String localName,
                                                                             String namespacePrefix)
        Specified by:
        buildObject in interface org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptionProperty>
        Specified by:
        buildObject in class org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.EncryptionProperty>
      • buildObject

        public org.opensaml.xmlsec.encryption.EncryptionProperty buildObject()
        Specified by:
        buildObject in interface org.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.EncryptionProperty>