CryptoProFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • CryptoProFlutterPlatform
Implementers

Constructors

CryptoProFlutterPlatform()
Constructs a CryptoProFlutterPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCertificate(File file, String password) Future<Certificate>
Добавить новый сертификат в формате Pfx
deleteCertificate(Certificate certificate) Future<void>
Удалить сертификат
getInstalledCertificates() Future<List<Certificate>>
Получит список установленных сертификатов
initCSP() Future<bool>
Инициализация провайдера
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signFile({required File file, required Certificate certificate, required String password, bool isDetached = true, bool disableOnlineValidation = false}) Future<String>
Подписать файл
signMessage({required String message, required Certificate certificate, required String password, bool isDetached = true, bool signHash = false, bool disableOnlineValidation = false}) Future<String>
Подписать сообщение
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance CryptoProFlutterPlatform
The default instance of CryptoProFlutterPlatform to use.
getter/setter pair