AndroidKeystoreBackend class
Constructors
- AndroidKeystoreBackend(MethodChannel _channel)
Properties
Methods
-
canExportPrivateKey(
KeyRef keyRef) → Future< bool> -
decryptWithKeyRef(
KeyRef keyRef, List< int> cipher, EncryptionAlgorithm algorithm) → Future<List< int> > -
deleteKey(
KeyRef keyRef) → Future< bool> -
encryptWithKeyRef(
KeyRef keyRef, List< int> plain, EncryptionAlgorithm algorithm) → Future<List< int> > -
exportPublicKeyPem(
KeyRef keyRef) → Future< String> -
findByAlias(
String alias) → Future< KeyRef> -
findById(
String keyId) → Future< KeyRef> -
generateRsaKeyPair(
KeyGenerationOptions options) → Future< GeneratedKeyPair> -
importRsaKeyPairFromPem(
KeyGenerationOptions options, String privateKeyPem, String publicKeyPem) → Future< GeneratedKeyPair> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signWithKeyRef(
KeyRef keyRef, List< int> message, SignatureAlgorithm algorithm) → Future<List< int> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited