Class: Saml::Elements::EncryptedAttribute

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/saml/elements/encrypted_attribute.rb

Instance Method Summary collapse

Instance Method Details

#encrypt(attribute, encrypted_key_data, encrypted_data_options = {}) ⇒ Object



17
18
19
# File 'lib/saml/elements/encrypted_attribute.rb', line 17

def encrypt(attribute, encrypted_key_data, encrypted_data_options = {})
  Saml::Util.encrypt_element(self, attribute, encrypted_key_data, encrypted_data_options)
end