Class: Rucades::RawSignature

Inherits:
Object
  • Object
show all
Defined in:
sig/rucades.rbs

Instance Method Summary collapse

Constructor Details

#initializeRawSignature

Returns a new instance of RawSignature.



727
# File 'sig/rucades.rbs', line 727

def initialize: () -> void

Instance Method Details

#sign_hashString

Подписать хэш.

Parameters:

Returns:

  • (String)


730
# File 'sig/rucades.rbs', line 730

def sign_hash: (HashedData hashed_data, Certificate certificate) -> String

#verify_hashvoid

This method returns an undefined value.

Проверить подпись хэша.

Parameters:



733
# File 'sig/rucades.rbs', line 733

def verify_hash: (HashedData hashed_data, Certificate certificate, String signature) -> void