ISecureKey

interface ISecureKey

Functions

Link copied to clipboard
abstract fun getAlias(): String
Link copied to clipboard
abstract fun getDecryptionCipher(key: Key): Cipher
Link copied to clipboard
abstract fun getEncryptionCipher(key: Key): Cipher
Link copied to clipboard
abstract fun getKey(): SecretKey
Link copied to clipboard
abstract fun getTransformation(): String