AuthenticatedCipher

data class AuthenticatedCipher(val cipher: Cipher)

Result of a successful biometric authentication with CryptoObject.

Constructors

Link copied to clipboard
constructor(cipher: Cipher)

Properties

Link copied to clipboard

The authenticated cipher — ready for Cipher.doFinal. This cipher is bound to the specific operation that was authenticated via the HardwareAuthToken challenge mechanism.