Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java96 private static class SupportedKeyAlgorithm { class in KeyManagementTest
101 public SupportedKeyAlgorithm( in SupportedKeyAlgorithm() method in KeyManagementTest.SupportedKeyAlgorithm
110 private final SupportedKeyAlgorithm[] SUPPORTED_KEY_ALGORITHMS = new SupportedKeyAlgorithm[] {
111 new SupportedKeyAlgorithm(KeyProperties.KEY_ALGORITHM_RSA, "SHA256withRSA",
114 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()
493 for (SupportedKeyAlgorithm supportedKey: SUPPORTED_KEY_ALGORITHMS) { in assertAllVariantsOfDeviceIdAttestation()
552 for (SupportedKeyAlgorithm supportedKey : SUPPORTED_KEY_ALGORITHMS) { in testProfileOwnerCannotAttestDeviceUniqueIds()
/cts/tests/tests/keystore/src/android/keystore/cts/
DDeviceOwnerKeyManagementTest.java102 private static class SupportedKeyAlgorithm { class in DeviceOwnerKeyManagementTest
107 SupportedKeyAlgorithm( in SupportedKeyAlgorithm() method in DeviceOwnerKeyManagementTest.SupportedKeyAlgorithm
116 private static final SupportedKeyAlgorithm[] SUPPORTED_KEY_ALGORITHMS =
117 new SupportedKeyAlgorithm[] {
118 new SupportedKeyAlgorithm(KeyProperties.KEY_ALGORITHM_RSA, "SHA256withRSA",
121 new SupportedKeyAlgorithm(KeyProperties.KEY_ALGORITHM_EC, "SHA256withECDSA", null)
484 for (SupportedKeyAlgorithm supportedKey: SUPPORTED_KEY_ALGORITHMS) { in assertAllVariantsOfDeviceIdAttestation()