Home
last modified time | relevance | path

Searched refs:getCipher (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/keys/
H A DKeyWrapUtils.java72 Cipher cipher = getCipher(); in unwrap()
94 Cipher cipher = getCipher(); in wrap()
126 private static Cipher getCipher() throws NoSuchPaddingException, NoSuchAlgorithmException { in getCipher() method in KeyWrapUtils
/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DCryptoObject.java65 public Cipher getCipher() { in getCipher() method in CryptoObject
H A DBiometricPrompt.java716 public Cipher getCipher() { in getCipher() method in BiometricPrompt.CryptoObject
717 return super.getCipher(); in getCipher()
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java258 public Cipher getCipher() { in getCipher() method in FingerprintManager.CryptoObject
259 return super.getCipher(); in getCipher()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt17850 method public javax.crypto.Cipher getCipher();
18968 method @Deprecated public javax.crypto.Cipher getCipher();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21449 Landroid/hardware/biometrics/CryptoObject;->getCipher()Ljavax/crypto/Cipher;