class

Patty::Security::SecretStore::Reference

Inherits YAML::Serializable < Reference < Object

Constructors

new(backend : String, reference : String | Nil = nil, ciphertext : String | Nil = nil, nonce : String | Nil = nil, mac : String | Nil = nil)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

backend
Source
backend=(backend : String)
Source
ciphertext
Source
ciphertext=(ciphertext : String | Nil)
Source
mac=(mac : String | Nil)
Source
nonce
Source
nonce=(nonce : String | Nil)
Source
reference
Source
reference=(reference : String | Nil)
Source