Module: Ccrypto::AlgoConfig
- Included in:
- CipherConfig, CompressionConfig, DigestConfig, HMACConfig, KDFConfig, KeyConfig, KeypairConfig, PKCS7Config, SecretSharingConfig, SecureRandomConfig, X509::CertProfile
- Defined in:
- lib/ccrypto/configs/algo_config.rb
Defined Under Namespace
Modules: ClassMethods
Instance Attribute Summary collapse
-
#provider_config ⇒ Object
Returns the value of attribute provider_config.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#provider_config ⇒ Object
Returns the value of attribute provider_config.
13 14 15 |
# File 'lib/ccrypto/configs/algo_config.rb', line 13 def provider_config @provider_config end |
Class Method Details
.include(klass) ⇒ Object
9 10 11 |
# File 'lib/ccrypto/configs/algo_config.rb', line 9 def self.include(klass) klass.extend(ClassMethods) end |
Instance Method Details
#provider_info(val) ⇒ Object
14 15 16 17 |
# File 'lib/ccrypto/configs/algo_config.rb', line 14 def provider_info(val) @provider_config = val self end |