D | FingerprintManagerCompat.java | 92 public void authenticate(@Nullable CryptoObject crypto, int flags, in authenticate() 102 public static class CryptoObject { class in FingerprintManagerCompat 108 public CryptoObject(Signature signature) { in CryptoObject() method in FingerprintManagerCompat.CryptoObject 115 public CryptoObject(Cipher cipher) { in CryptoObject() method in FingerprintManagerCompat.CryptoObject 121 public CryptoObject(Mac mac) { in CryptoObject() method in FingerprintManagerCompat.CryptoObject 151 private CryptoObject mCryptoObject; 153 public AuthenticationResult(CryptoObject crypto) { in AuthenticationResult() 162 public CryptoObject getCryptoObject() { return mCryptoObject; } in getCryptoObject() 205 void authenticate(Context context, CryptoObject crypto, int flags, in authenticate() 226 public void authenticate(Context context, CryptoObject crypto, int flags, in authenticate() [all …]
|