Searched refs:SupportedKeyAlgorithm (Results 1 – 2 of 2) sorted by relevance
96 private static class SupportedKeyAlgorithm { class in KeyManagementTest101 public SupportedKeyAlgorithm( in SupportedKeyAlgorithm() method in KeyManagementTest.SupportedKeyAlgorithm110 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()
102 private static class SupportedKeyAlgorithm { class in DeviceOwnerKeyManagementTest107 SupportedKeyAlgorithm( in SupportedKeyAlgorithm() method in DeviceOwnerKeyManagementTest.SupportedKeyAlgorithm116 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()