PKCS7SignResult class

Inheritance

Constructors

PKCS7SignResult(PKCS7 pkcs7, Certificate certificate, {required String initialDigest, required String digest, required String signature, required String signatureAlgorithm})
PKCS7SignResult.from(PKCS7 pkcs7, SignResult signResult, {required String initialDigest})

Properties

certificate Certificate
Сертификат из контейнера с приватным ключем
finalinherited
digest String
Подписываемый хэш
finalinherited
hashCode int
The hash code for this object.
no setterinherited
initialDigest String
Хэш от изначального сообщения. Так как в signResult лежит хэш от атрибутов подписи
final
pkcs7 PKCS7
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
Сигнатура
finalinherited
signatureAlgorithm String
Алгоритм сигнатуры
finalinherited

Methods

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

Operators

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