CryptoObject

open class CryptoObject(source)

A wrapper class for the crypto objects supported by FingerprintManager. Currently the framework supports Signature and Cipher objects.

Constructors

Link copied to clipboard
constructor(@NonNull signature: Signature)
constructor(@NonNull cipher: Cipher)
constructor(@NonNull mac: Mac)

Functions

Link copied to clipboard
Get Cipher object.
Link copied to clipboard
open fun getMac(): Mac
Get Mac object.
Link copied to clipboard
Get Signature object.