Home
last modified time | relevance | path

Searched refs:getPurposes (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java393 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 …]
DKeyProtectionTest.java49 assertEquals(KeyProperties.PURPOSE_ENCRYPT, spec.getPurposes()); in testDefaults()
110 KeyProperties.PURPOSE_DECRYPT| KeyProperties.PURPOSE_VERIFY, spec.getPurposes()); in testSettersReflectedInGetters()
DKeyGenParameterSpecTest.java63 assertEquals(KeyProperties.PURPOSE_ENCRYPT, spec.getPurposes()); in testDefaults()
151 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT, spec.getPurposes()); in testSettersReflectedInGetters()
DSecretKeyFactoryTest.java135 assertEquals(purposes, keyInfo.getPurposes()); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
DKeyAttestationTest.java1559 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()
DKeyFactoryTest.java148 assertEquals(purposes, keyInfo.getPurposes()); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
DKeyGeneratorTest.java755 assertEquals(purposes, keyInfo.getPurposes()); in testGenerateHonorsRequestedAuthorizationsHelper()
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java721 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/
DAuthorizationList.java569 public Set<Integer> getPurposes() { in getPurposes() method in AuthorizationList
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt39738 method public int getPurposes();
39799 method public int getPurposes();
39884 method public int getPurposes();