class

Tinrelay::EncryptedKeyring

Inherits JSON::Serializable < Reference < Object

Constructors

new(salt : String, nonce : String, ciphertext : String, format : Int32 = 1, kdf : String = Crypto::KDF_PROFILE)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

ciphertext
Source
ciphertext=(ciphertext : String)
Source
format
Source
format=(format : Int32)
Source
kdf=(kdf : String)
Source
nonce
Source
nonce=(nonce : String)
Source
salt
Source
salt=(salt : String)
Source