struct Iom::Encrypt::EncryptedValue

Included Modules

Defined in:

iom-encrypt.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_base64_json(data : String) : self #

[View source]
def self.new(iv : String, value : String, mac : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def iv : String #

[View source]
def iv=(iv : String) #

[View source]
def mac : String #

[View source]
def mac=(mac : String) #

[View source]
def to_base64_json : String #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]