Class: Everywhere::Minisign::KeyPair

Inherits:
Struct
  • Object
show all
Defined in:
lib/everywhere/minisign.rb

Instance Attribute Summary collapse

Instance Attribute Details

#key_id_hexObject

Returns the value of attribute key_id_hex

Returns:

  • (Object)

    the current value of key_id_hex



41
42
43
# File 'lib/everywhere/minisign.rb', line 41

def key_id_hex
  @key_id_hex
end

#public_keyObject

Returns the value of attribute public_key

Returns:

  • (Object)

    the current value of public_key



41
42
43
# File 'lib/everywhere/minisign.rb', line 41

def public_key
  @public_key
end

#secret_keyObject

Returns the value of attribute secret_key

Returns:

  • (Object)

    the current value of secret_key



41
42
43
# File 'lib/everywhere/minisign.rb', line 41

def secret_key
  @secret_key
end