signMessage method
Future<SuccessSign>
signMessage({
- required String message,
- required Certificate certificate,
- required String password,
- required CAdESFormat format,
- bool isDetached = true,
- bool signHash = false,
- bool disableOnlineValidation = false,
- String? tsaUrl,
- String? storageName,
Подписать сообщение
Implementation
Future<SuccessSign> signMessage({
required String message,
required Certificate certificate,
required String password,
required CAdESFormat format,
bool isDetached = true,
bool signHash = false,
bool disableOnlineValidation = false,
String? tsaUrl,
String? storageName,
}) {
throw UnimplementedError('signMessage() has not been implemented.');
}