Class: Teak::AttrEncrypted::KEKProvider::AES::KeyInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/teak/attr_encrypted/kek_provider/aes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertext_blobObject

Returns the value of attribute ciphertext_blob

Returns:

  • (Object)

    the current value of ciphertext_blob



16
17
18
# File 'lib/teak/attr_encrypted/kek_provider/aes.rb', line 16

def ciphertext_blob
  @ciphertext_blob
end

#plaintextObject

Returns the value of attribute plaintext

Returns:

  • (Object)

    the current value of plaintext



16
17
18
# File 'lib/teak/attr_encrypted/kek_provider/aes.rb', line 16

def plaintext
  @plaintext
end