Home
last modified time | relevance | path

Searched refs:SupportedKeyAlgorithm (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DDeviceOwnerKeyManagementTest.java83 private static class SupportedKeyAlgorithm { class in DeviceOwnerKeyManagementTest
88 SupportedKeyAlgorithm( in SupportedKeyAlgorithm() method in DeviceOwnerKeyManagementTest.SupportedKeyAlgorithm
97 private static final SupportedKeyAlgorithm[] SUPPORTED_KEY_ALGORITHMS =
98 new SupportedKeyAlgorithm[] {
99 new SupportedKeyAlgorithm(KeyProperties.KEY_ALGORITHM_RSA, "SHA256withRSA",
102 new SupportedKeyAlgorithm(KeyProperties.KEY_ALGORITHM_EC, "SHA256withECDSA", null)
483 for (SupportedKeyAlgorithm supportedKey: SUPPORTED_KEY_ALGORITHMS) { in assertAllVariantsOfDeviceIdAttestation()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java95 private static class SupportedKeyAlgorithm { class in KeyManagementTest
100 public SupportedKeyAlgorithm( in SupportedKeyAlgorithm() method in KeyManagementTest.SupportedKeyAlgorithm
109 private final SupportedKeyAlgorithm[] SUPPORTED_KEY_ALGORITHMS = new SupportedKeyAlgorithm[] {
110 new SupportedKeyAlgorithm(KeyProperties.KEY_ALGORITHM_RSA, "SHA256withRSA",
113 new SupportedKeyAlgorithm(KeyProperties.KEY_ALGORITHM_EC, "SHA256withECDSA", null)
420 for (SupportedKeyAlgorithm supportedKey : SUPPORTED_KEY_ALGORITHMS) { in testCanGenerateKeyPairWithKeyAttestation()
435 for (SupportedKeyAlgorithm supportedKey : SUPPORTED_KEY_ALGORITHMS) { in testCanGenerateKeyPairWithKeyAttestationUsingStrongBox()
491 for (SupportedKeyAlgorithm supportedKey: SUPPORTED_KEY_ALGORITHMS) { in assertAllVariantsOfDeviceIdAttestation()
551 for (SupportedKeyAlgorithm supportedKey : SUPPORTED_KEY_ALGORITHMS) { in testProfileOwnerCannotAttestDeviceUniqueIds()