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.java106 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testGenerateWithoutInitThrowsIllegalStateException() local
120 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithKeySizeThrowsUnsupportedOperationException() local
137 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithKeySizeAndSecureRandomThrowsUnsupportedOperationException() local
153 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithNullAlgParamsThrowsInvalidAlgorithmParameterException() local
169 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
184 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithAlgParamsAndNullSecureRandom() local
199 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithUnsupportedAlgParamsTypeThrowsInvalidAlgorithmParameterException() local
214 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testDefaultKeySize() local
225 KeyGenerator keyGenerator = getKeyGenerator("AES"); in testAesKeySupportedSizes() local
271 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.java111 KeyGenerator keyGenerator = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
177 KeyGenerator keyGenerator = in testTranslateKeyAcceptsAndroidKeystoreKeys() local
231 KeyGenerator keyGenerator = in testGenerateSecretRejectsKeyInfo() local
DKeyAttestationTest.java869 KeyGenerator keyGenerator = KeyGenerator.getInstance(algorithm, "AndroidKeyStore"); in generateKey() local
DKeyPairGeneratorTest.java1155 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.java229 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createKey() local