我在AndroidKeyStore中存储了一个加密密码。我想通过使用指纹API对用户进行身份验证来解密该密码。据我所知,我必须调用FingerprintManager.authenticate(CryptoObjectcryptoObject)方法来开始监听指纹结果。CryptoObject参数是这样创建的:publicstaticCiphergetDecryptionCipher(Contextcontext)throwsKeyStoreException{try{Ciphercipher=Cipher.getInstance(TRANSFORMATION);SecretKeysec