Module: Ccrypto::KeyBundle

Included in:
ECCKeyBundle, ED25519KeyBundle, RSAKeyBundle, X25519KeyBundle
Defined in:
lib/ccrypto/key_bundle.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#nativeKeypairObject

Returns the value of attribute nativeKeypair.



5
6
7
# File 'lib/ccrypto/key_bundle.rb', line 5

def nativeKeypair
  @nativeKeypair
end

Class Method Details

.from_storage(*args, &block) ⇒ Object



7
8
9
# File 'lib/ccrypto/key_bundle.rb', line 7

def KeyBundle.from_storage(*args, &block)
  Provider.instance.provider.keybundle_from_storage(*args, &block)
end