AndroidKeystoreBackend class

Constructors

AndroidKeystoreBackend(MethodChannel _channel)

Properties

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

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