Module: Ccrypto::Capability

Defined in:
lib/ccrypto/capability.rb

Class Method Summary collapse

Class Method Details

.supported_keypair_config(*args, &block) ⇒ Object



6
7
8
# File 'lib/ccrypto/capability.rb', line 6

def self.supported_keypair_config(*args,&block)
  Provider.instance.provider.supported_keypair_config(*args, &block)
end

.supported_secret_key_config(*args, &block) ⇒ Object



10
11
12
# File 'lib/ccrypto/capability.rb', line 10

def self.supported_secret_key_config(*args, &block)
  Provider.instance.provider.supported_secret_key_config(*args, &block)
end