Searched refs:SupportedKeyAlgorithm (Results 1 – 2 of 2) sorted by relevance
83 private static class SupportedKeyAlgorithm { class in DeviceOwnerKeyManagementTest88 SupportedKeyAlgorithm( in SupportedKeyAlgorithm() method in DeviceOwnerKeyManagementTest.SupportedKeyAlgorithm97 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()
95 private static class SupportedKeyAlgorithm { class in KeyManagementTest100 public SupportedKeyAlgorithm( in SupportedKeyAlgorithm() method in KeyManagementTest.SupportedKeyAlgorithm109 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()