class Encryptor::Configuration

Defined in:

encryptor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def iv : String #

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

[View source]
def key #

[View source]
def password : String #

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

[View source]
def salt : String #

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

[View source]