Class RecipientKeyInfoBuilder

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

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

      • RecipientKeyInfoBuilder

        public RecipientKeyInfoBuilder()
        Constructor.
    • Method Detail

      • buildObject

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

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