Searched refs:SupportedKeyAlgorithm (Results 1 – 1 of 1) sorted by relevance
74 private static class SupportedKeyAlgorithm { class in KeyManagementTest79 public SupportedKeyAlgorithm( in SupportedKeyAlgorithm() method in KeyManagementTest.SupportedKeyAlgorithm88 private final SupportedKeyAlgorithm[] SUPPORTED_KEY_ALGORITHMS = new SupportedKeyAlgorithm[] {89 new SupportedKeyAlgorithm(KeyProperties.KEY_ALGORITHM_RSA, "SHA256withRSA",92 new SupportedKeyAlgorithm(KeyProperties.KEY_ALGORITHM_EC, "SHA256withECDSA", null)455 for (SupportedKeyAlgorithm supportedKey: SUPPORTED_KEY_ALGORITHMS) { in testCanGenerateKeyPairWithKeyAttestation()499 for (SupportedKeyAlgorithm supportedKey: SUPPORTED_KEY_ALGORITHMS) { in testAllVariationsOfDeviceIdAttestation()543 for (SupportedKeyAlgorithm supportedKey: SUPPORTED_KEY_ALGORITHMS) { in testProfileOwnerCannotAttestDeviceUniqueIds()