Class: Rucades::Algorithm
- Inherits:
-
Object
- Object
- Rucades::Algorithm
- Defined in:
- sig/rucades.rbs
Instance Method Summary collapse
-
#initialize ⇒ Algorithm
constructor
A new instance of Algorithm.
-
#key_length ⇒ Integer
Длина ключа (CAPICOM_ENCRYPTION_KEY_LENGTH).
- #key_length= ⇒ Integer
-
#name ⇒ Integer
Имя алгоритма.
- #name= ⇒ Integer
Constructor Details
#initialize ⇒ Algorithm
Returns a new instance of Algorithm.
547 |
# File 'sig/rucades.rbs', line 547
def initialize: () -> void
|
Instance Method Details
#key_length ⇒ Integer
Длина ключа (CAPICOM_ENCRYPTION_KEY_LENGTH).
554 |
# File 'sig/rucades.rbs', line 554
def key_length: () -> Integer
|
#key_length= ⇒ Integer
555 |
# File 'sig/rucades.rbs', line 555
def key_length=: (Integer) -> Integer
|
#name ⇒ Integer
Имя алгоритма.
550 |
# File 'sig/rucades.rbs', line 550
def name: () -> Integer
|
#name= ⇒ Integer
551 |
# File 'sig/rucades.rbs', line 551
def name=: (Integer) -> Integer
|