Class: Privy::Cryptography::P256KeyPair

Inherits:
Data
  • Object
show all
Defined in:
lib/privy/cryptography.rb

Instance Attribute Summary collapse

Instance Attribute Details

#private_keyObject (readonly)

Returns the value of attribute private_key

Returns:

  • (Object)

    the current value of private_key



9
10
11
# File 'lib/privy/cryptography.rb', line 9

def private_key
  @private_key
end

#public_keyObject (readonly)

Returns the value of attribute public_key

Returns:

  • (Object)

    the current value of public_key



9
10
11
# File 'lib/privy/cryptography.rb', line 9

def public_key
  @public_key
end