PKCS7HASHSignRequest class

Класс для получения сигнатуры от хэша аттрибутов подписи PKCS7 на основе хэша сообщения. Работает как PKCS7MessageSignRequest, но не высчитывает хэш от изначального сообщения

Constructors

PKCS7HASHSignRequest(Future<String> getHash(Certificate certificate))

Properties

getHash Future<String> Function(Certificate certificate)
Получения хэша сообщения
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signer → Signer<PKCS7SignResult>
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited