Class: Teak::AttrEncrypted::KEKProvider::AES::KeyInfo
- Inherits:
-
Struct
- Object
- Struct
- Teak::AttrEncrypted::KEKProvider::AES::KeyInfo
- Defined in:
- lib/teak/attr_encrypted/kek_provider/aes.rb
Instance Attribute Summary collapse
-
#ciphertext_blob ⇒ Object
Returns the value of attribute ciphertext_blob.
-
#plaintext ⇒ Object
Returns the value of attribute plaintext.
Instance Attribute Details
#ciphertext_blob ⇒ Object
Returns the value of attribute ciphertext_blob
16 17 18 |
# File 'lib/teak/attr_encrypted/kek_provider/aes.rb', line 16 def ciphertext_blob @ciphertext_blob end |
#plaintext ⇒ Object
Returns the value of attribute plaintext
16 17 18 |
# File 'lib/teak/attr_encrypted/kek_provider/aes.rb', line 16 def plaintext @plaintext end |