Module: CcipherFactory::AsymKey
- Included in:
- KeyPair::ECCKeyPair
- Defined in:
- lib/ccipher_factory/asymkey/asymkey.rb
Defined Under Namespace
Classes: AsymKeyError
Instance Attribute Summary collapse
-
#keypair ⇒ Object
Returns the value of attribute keypair.
Instance Method Summary collapse
Instance Attribute Details
#keypair ⇒ Object
Returns the value of attribute keypair.
9 10 11 |
# File 'lib/ccipher_factory/asymkey/asymkey.rb', line 9 def keypair @keypair end |
Instance Method Details
#initialize(keypair = nil) ⇒ Object
10 11 12 |
# File 'lib/ccipher_factory/asymkey/asymkey.rb', line 10 def initialize(keypair = nil) @keypair = keypair end |