Home
last modified time | relevance | path

Searched refs:keyProtection (Results 1 – 4 of 4) sorted by relevance

/external/wycheproof/keystore-cts/java/android/keystore/cts/util/
DKeyStoreUtil.java64 KeyProtection keyProtection) throws Exception { in saveKeysToKeystore() argument
74 keyProtection); in saveKeysToKeystore()
79 KeyProtection keyProtection) throws Exception { in saveSecretKeyToKeystore() argument
84 keyProtection); in saveSecretKeyToKeystore()
/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
DRsaOaepTest.java63 KeyProtection.Builder keyProtection = new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN | in saveKeyPairToKeystoreAndReturnPrivateKey() local
71 keyProtection.setDigests(digest); in saveKeyPairToKeystoreAndReturnPrivateKey()
73 keyProtection.setDigests(digest, mgfDigest); in saveKeyPairToKeystoreAndReturnPrivateKey()
76 keyProtection.build()).getKey(KEY_ALIAS_1, null); in saveKeyPairToKeystoreAndReturnPrivateKey()
DEcdsaTest.java63 KeyProtection keyProtection = new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN) in getKeystorePrivateKey() local
71 keyProtection); in getKeystorePrivateKey()
DJsonSignatureTest.java59 KeyProtection keyProtection = new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN) in getKeystorePrivateKey() local
65 KeyStoreUtil.saveKeysToKeystore(KEY_ALIAS_1, pubKey, privKey, keyProtection); in getKeystorePrivateKey()