Home
last modified time | relevance | path

Searched defs:keyGenerator (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java97 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testGenerateWithoutInitThrowsIllegalStateException() local
111 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithKeySizeThrowsUnsupportedOperationException() local
128 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithKeySizeAndSecureRandomThrowsUnsupportedOperationException() local
144 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithNullAlgParamsThrowsInvalidAlgorithmParameterException() local
160 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
175 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithAlgParamsAndNullSecureRandom() local
190 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithUnsupportedAlgParamsTypeThrowsInvalidAlgorithmParameterException() local
205 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testDefaultKeySize() local
216 KeyGenerator keyGenerator = getKeyGenerator("AES"); in testAesKeySupportedSizes() local
262 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testHmacKeySupportedSizes() local
[all …]
DKeyFactoryTest.java109 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
158 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePublicKeyRejectsKeyInfo() local
186 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePrivateKeyRejectsTransparentKeySpecAndEncodedKeySpec() local
211 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePublicKeyAcceptsX509EncodedKeySpec() local
231 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec() local
292 KeyPairGenerator keyGenerator = in testTranslateKeyAcceptsAndroidKeystoreKeys() local
451 KeyPairGenerator keyGenerator = in testGeneratePrivateAndPublicRejectKeyInfo() local
DSecretKeyFactoryTest.java103 KeyGenerator keyGenerator = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
169 KeyGenerator keyGenerator = in testTranslateKeyAcceptsAndroidKeystoreKeys() local
223 KeyGenerator keyGenerator = in testGenerateSecretRejectsKeyInfo() local
DKeyAttestationTest.java867 KeyGenerator keyGenerator = KeyGenerator.getInstance(algorithm, "AndroidKeyStore"); in generateKey() local
DKeyPairGeneratorTest.java1153 KeyPairGenerator keyGenerator = KeyPairGenerator.getInstance( in testGenerateWithFarsiLocale() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DScreenLockBoundKeysTest.java117 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createKey() local
DFingerprintBoundKeysTest.java133 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createKey() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java226 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createKey() local