struct Iom::Encrypt::EncryptedValue
- Iom::Encrypt::EncryptedValue
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
iom-encrypt.crConstructors
- .from_base64_json(data : String) : self
- .new(iv : String, value : String, mac : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #iv : String
- #iv=(iv : String)
- #mac : String
- #mac=(mac : String)
- #to_base64_json : String
- #value : String
- #value=(value : String)