getPrivateKeyFromInternalContainerByAlias method

Future<Certificate> getPrivateKeyFromInternalContainerByAlias({
  1. required String certificateAlias,
  2. required String password,
})

Получить сертификат с приватным ключом из внутреннего хранилища приложения

Implementation

Future<Certificate> getPrivateKeyFromInternalContainerByAlias({
  required String certificateAlias,
  required String password,
}) async {
  throw UnimplementedError(
      'getPrivateKeyFromInternalContainerByAlias() has not been implemented.');
}