Class: PQCrypto::Seal::Credentials

Inherits:
Struct
  • Object
show all
Defined in:
lib/pq_crypto/seal/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#public_keyObject

Returns the value of attribute public_key

Returns:

  • (Object)

    the current value of public_key



44
45
46
# File 'lib/pq_crypto/seal/models.rb', line 44

def public_key
  @public_key
end

#secret_keyObject

Returns the value of attribute secret_key

Returns:

  • (Object)

    the current value of secret_key



44
45
46
# File 'lib/pq_crypto/seal/models.rb', line 44

def secret_key
  @secret_key
end