Searched refs:getPurposes (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | KeyPairGeneratorTest.java | 393 assertEquals(purposes, keyInfo.getPurposes()); in testGenerateHonorsRequestedAuthorizationsHelper() 466 keyInfo.getPurposes()); in testGenerate_EC_LegacySpec() 513 keyInfo.getPurposes()); in testGenerate_EC_LegacySpec() 559 keyInfo.getPurposes()); in testGenerate_EC_LegacySpec() 608 keyInfo.getPurposes()); in testGenerate_RSA_LegacySpec() 1039 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY, keyInfo.getPurposes()); in testGenerate_EC_ModernSpec_DefaultsHelper() 1084 keyInfo.getPurposes()); in testGenerate_RSA_ModernSpec_DefaultsHelper() 1140 keyInfo.getPurposes()); in testGenerate_EC_ModernSpec_AsCustomAsPossible() 1211 keyInfo.getPurposes()); in testGenerate_EC_ModernSpec_AsCustomAsPossibleStrongbox() 1281 keyInfo.getPurposes()); in testGenerate_RSA_ModernSpec_AsCustomAsPossible() [all …]
|
D | KeyProtectionTest.java | 49 assertEquals(KeyProperties.PURPOSE_ENCRYPT, spec.getPurposes()); in testDefaults() 110 KeyProperties.PURPOSE_DECRYPT| KeyProperties.PURPOSE_VERIFY, spec.getPurposes()); in testSettersReflectedInGetters()
|
D | KeyGenParameterSpecTest.java | 63 assertEquals(KeyProperties.PURPOSE_ENCRYPT, spec.getPurposes()); in testDefaults() 151 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT, spec.getPurposes()); in testSettersReflectedInGetters()
|
D | SecretKeyFactoryTest.java | 135 assertEquals(purposes, keyInfo.getPurposes()); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
|
D | KeyAttestationTest.java | 1559 attestation.getSoftwareEnforced().getPurposes(), is(expectedPurposes)); in checkPurposes() 1561 attestation.getTeeEnforced().getPurposes()); in checkPurposes() 1564 attestation.getTeeEnforced().getPurposes(), is(expectedPurposes)); in checkPurposes() 1566 attestation.getSoftwareEnforced().getPurposes()); in checkPurposes()
|
D | KeyFactoryTest.java | 148 assertEquals(purposes, keyInfo.getPurposes()); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
|
D | KeyGeneratorTest.java | 755 assertEquals(purposes, keyInfo.getPurposes()); in testGenerateHonorsRequestedAuthorizationsHelper()
|
/cts/tests/tests/keystore/src/android/keystore/cts/util/ |
D | TestUtils.java | 721 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal() 760 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal()
|
/cts/tests/security/src/android/keystore/cts/ |
D | AuthorizationList.java | 569 public Set<Integer> getPurposes() { in getPurposes() method in AuthorizationList
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 39738 method public int getPurposes(); 39799 method public int getPurposes(); 39884 method public int getPurposes();
|