Searched refs:KeyAlgorithm (Results 1 – 10 of 10) sorted by relevance
276 jcaKeyAlgorithm = KeyProperties.KeyAlgorithm.fromKeymasterAsymmetricKeyAlgorithm( in loadAndroidKeyStorePublicKeyFromKeystore()359 keyAlgorithmString = KeyProperties.KeyAlgorithm.fromKeymasterSecretKeyAlgorithm( in loadAndroidKeyStoreSecretKeyFromKeystore()
207 public static abstract class KeyAlgorithm { class in KeyProperties208 private KeyAlgorithm() {} in KeyAlgorithm() method in KeyProperties.KeyAlgorithm
488 KeyProperties.KeyAlgorithm.toKeymasterAsymmetricKeyAlgorithm( in setPrivateKeyEntry()651 KeyProperties.KeyAlgorithm.toKeymasterSecretKeyAlgorithm(key.getAlgorithm()); in setSecretKeyEntry()662 KeyProperties.KeyAlgorithm.toKeymasterDigest(key.getAlgorithm()); in setSecretKeyEntry()
336 keyAlgorithmJCA = KeyProperties.KeyAlgorithm.fromKeymasterSecretKeyAlgorithm( in engineGenerateKey()
212 KeyProperties.KeyAlgorithm.toKeymasterAsymmetricKeyAlgorithm( in initialize()312 jcaKeyAlgorithm = KeyProperties.KeyAlgorithm.fromKeymasterAsymmetricKeyAlgorithm( in initialize()
336 KeyProperties.KeyAlgorithm.toKeymasterAsymmetricKeyAlgorithm(keyType); in setKeyType()
705 KeyProperties.KeyAlgorithm.toKeymasterAsymmetricKeyAlgorithm(algorithm)); in makeLegacyArguments()
5361 android.security.keystore.KeyProperties$KeyAlgorithm
62067 Landroid/security/keystore/KeyProperties$KeyAlgorithm;-><init>()V62068 Landroid/security/keystore/KeyProperties$KeyAlgorithm;->fromKeymasterAsymmetricKeyAlgorithm(I)Ljava…62069 Landroid/security/keystore/KeyProperties$KeyAlgorithm;->fromKeymasterSecretKeyAlgorithm(II)Ljava/la…62070 Landroid/security/keystore/KeyProperties$KeyAlgorithm;->toKeymasterAsymmetricKeyAlgorithm(Ljava/lan…62071 Landroid/security/keystore/KeyProperties$KeyAlgorithm;->toKeymasterDigest(Ljava/lang/String;)I62072 Landroid/security/keystore/KeyProperties$KeyAlgorithm;->toKeymasterSecretKeyAlgorithm(Ljava/lang/St…
17375 HSPLandroid/security/keystore/KeyProperties$KeyAlgorithm;->fromKeymasterSecretKeyAlgorithm(II)Ljava…45589 Landroid/security/keystore/KeyProperties$KeyAlgorithm;