PKCS7 class

В данном процессе возникает ошибка:

  1. Получить байты
  2. Прикрепить сигнатуру
  3. Получить байты Из-за того, что ASN1 пакет зачем-то запоминает байты

Constructors

PKCS7(Certificate certificate, String digest, String certificateDigest, {String? signature, DateTime? signTime, String? message})

Properties

certificate Certificate
final
certificateDigest String
final
detached bool
final
digest String
final
encoded String
no setter
hashCode int
The hash code for this object.
no setterinherited
message String?
final
root → ASN1Sequence
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signerInfo → SignerInfo
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