Class: RSAML::Encrypted

Inherits:
Object
  • Object
show all
Defined in:
lib/rsaml/encrypted.rb

Overview

Base for encrypted elements

Direct Known Subclasses

EncryptedAssertion, EncryptedAttribute

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#encrypted_dataObject

Encrypted data



5
6
7
# File 'lib/rsaml/encrypted.rb', line 5

def encrypted_data
  @encrypted_data
end

Instance Method Details

#encrypted_keysObject

Encrypted keys



8
9
10
# File 'lib/rsaml/encrypted.rb', line 8

def encrypted_keys
  @encrypted_keys ||= []
end