SignResult class

Результат подписи

Implementers

Constructors

SignResult(Certificate certificate, {required String digest, required String signature, required String signatureAlgorithm})
SignResult.from(SignResult other)

Properties

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

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

Static Methods

reverseSignature(String signature) String