Class: EverSdk::Crypto::EncryptionAlgorithm
- Inherits:
-
Object
- Object
- EverSdk::Crypto::EncryptionAlgorithm
- Defined in:
- lib/ever_sdk_client/crypto.rb
Instance Attribute Summary collapse
-
#aes_params ⇒ Object
readonly
Returns the value of attribute aes_params.
-
#type_ ⇒ Object
readonly
Returns the value of attribute type_.
Class Method Summary collapse
Instance Attribute Details
#aes_params ⇒ Object (readonly)
Returns the value of attribute aes_params.
372 373 374 |
# File 'lib/ever_sdk_client/crypto.rb', line 372 def aes_params @aes_params end |
#type_ ⇒ Object (readonly)
Returns the value of attribute type_.
372 373 374 |
# File 'lib/ever_sdk_client/crypto.rb', line 372 def type_ @type_ end |
Class Method Details
.new_with_type_aes(aes_params:) ⇒ Object
374 375 376 377 |
# File 'lib/ever_sdk_client/crypto.rb', line 374 def self.new_with_type_aes(aes_params:) @type_ = :aes @aes_params = aes_params end |