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



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

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



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

def public_key
  @public_key
end

#secret_keyObject

Returns the value of attribute secret_key

Returns:

  • (Object)

    the current value of secret_key



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

def secret_key
  @secret_key
end