MethodChannelCryptoProFlutter class

An implementation of CryptoProFlutterPlatform that uses method channels.

Inheritance

Properties

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

Methods

addCertificate(File file, String password) Future<Certificate>
Добавить новый сертификат в формате Pfx
override
deleteCertificate(Certificate certificate) Future<void>
Удалить сертификат
override
getInstalledCertificates() Future<List<Certificate>>
Получит список установленных сертификатов
override
initCSP() Future<bool>
Инициализация провайдера
override
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>
Подписать файл
override
signMessage({required String message, required Certificate certificate, required String password, bool isDetached = true, bool signHash = false, bool disableOnlineValidation = false}) Future<String>
Подписать сообщение
override
toString() String
A string representation of this object.
inherited

Operators

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