Class: Rucades::RawSignature
- Inherits:
-
Object
- Object
- Rucades::RawSignature
- Defined in:
- sig/rucades.rbs
Instance Method Summary collapse
-
#initialize ⇒ RawSignature
constructor
A new instance of RawSignature.
-
#sign_hash ⇒ String
Подписать хэш.
-
#verify_hash ⇒ void
Проверить подпись хэша.
Constructor Details
#initialize ⇒ RawSignature
Returns a new instance of RawSignature.
727 |
# File 'sig/rucades.rbs', line 727
def initialize: () -> void
|
Instance Method Details
#sign_hash ⇒ String
Подписать хэш.
730 |
# File 'sig/rucades.rbs', line 730
def sign_hash: (HashedData hashed_data, Certificate certificate) -> String
|
#verify_hash ⇒ void
This method returns an undefined value.
Проверить подпись хэша.
733 |
# File 'sig/rucades.rbs', line 733
def verify_hash: (HashedData hashed_data, Certificate certificate, String signature) -> void
|