class Saml::Elements::EncryptedAttribute

Public Instance Methods

encrypt(attribute, encrypted_key_data, encrypted_data_options = {}) click to toggle source
# 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