Class: Privy::Cryptography::P256KeyPair
- Inherits:
-
Data
- Object
- Data
- Privy::Cryptography::P256KeyPair
- Defined in:
- lib/privy/cryptography.rb
Instance Attribute Summary collapse
-
#private_key ⇒ Object
readonly
Returns the value of attribute private_key.
-
#public_key ⇒ Object
readonly
Returns the value of attribute public_key.
Instance Attribute Details
#private_key ⇒ Object (readonly)
Returns the value of attribute private_key
9 10 11 |
# File 'lib/privy/cryptography.rb', line 9 def private_key @private_key end |
#public_key ⇒ Object (readonly)
Returns the value of attribute public_key
9 10 11 |
# File 'lib/privy/cryptography.rb', line 9 def public_key @public_key end |