Class: Everywhere::Minisign::KeyPair
- Inherits:
-
Struct
- Object
- Struct
- Everywhere::Minisign::KeyPair
- Defined in:
- lib/everywhere/minisign.rb
Instance Attribute Summary collapse
-
#key_id_hex ⇒ Object
Returns the value of attribute key_id_hex.
-
#public_key ⇒ Object
Returns the value of attribute public_key.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Attribute Details
#key_id_hex ⇒ Object
Returns the value of attribute key_id_hex
40 41 42 |
# File 'lib/everywhere/minisign.rb', line 40 def key_id_hex @key_id_hex end |
#public_key ⇒ Object
Returns the value of attribute public_key
40 41 42 |
# File 'lib/everywhere/minisign.rb', line 40 def public_key @public_key end |
#secret_key ⇒ Object
Returns the value of attribute secret_key
40 41 42 |
# File 'lib/everywhere/minisign.rb', line 40 def secret_key @secret_key end |