Class: PQCrypto::Seal::Credentials
- Inherits:
-
Struct
- Object
- Struct
- PQCrypto::Seal::Credentials
- Defined in:
- lib/pq_crypto/seal/core.rb
Instance Attribute Summary collapse
-
#public_key ⇒ Object
Returns the value of attribute public_key.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Attribute Details
#public_key ⇒ Object
Returns the value of attribute public_key
29 30 31 |
# File 'lib/pq_crypto/seal/core.rb', line 29 def public_key @public_key end |
#secret_key ⇒ Object
Returns the value of attribute secret_key
29 30 31 |
# File 'lib/pq_crypto/seal/core.rb', line 29 def secret_key @secret_key end |