class Nanvault::Encrypted
- Nanvault::Encrypted
- Reference
- Object
Overview
Encrypted data class
Defined in:
nanvault.crConstructors
Instance Method Summary
- #bbody : Slice(UInt8)
- #bbody=(bbody : Slice(UInt8))
-
#body : String
these initializations also prevent this: https://github.com/crystal-lang/crystal/issues/5931
-
#body=(body : String)
these initializations also prevent this: https://github.com/crystal-lang/crystal/issues/5931
- #ctext : Slice(UInt8)
- #ctext=(ctext : Slice(UInt8))
-
#decrypt
decrypt method
-
#header : String
these initializations also prevent this: https://github.com/crystal-lang/crystal/issues/5931
-
#header=(header : String)
these initializations also prevent this: https://github.com/crystal-lang/crystal/issues/5931
- #hmac : Slice(UInt8)
- #hmac=(hmac : Slice(UInt8))
-
#parse
parse method
- #password=(password : String)
-
#plaintext_str
plaintext_string method
- #ptext : Slice(UInt8)
- #ptext=(ptext : Slice(UInt8))
- #salt : Slice(UInt8)
- #salt=(salt : Slice(UInt8))
- #vault_info : Hash(String, String?)
- #vault_info=(vault_info : Hash(String, Nil | String))
Constructor Detail
Instance Method Detail
these initializations also prevent this: https://github.com/crystal-lang/crystal/issues/5931
these initializations also prevent this: https://github.com/crystal-lang/crystal/issues/5931
these initializations also prevent this: https://github.com/crystal-lang/crystal/issues/5931
these initializations also prevent this: https://github.com/crystal-lang/crystal/issues/5931