Home | History | Annotate | Download | only in security

Lines Matching defs:getMGFAlgorithm

3456         assertEqualsIgnoreCase(expected.getMGFAlgorithm(), actual.getMGFAlgorithm());
3457 if (!"MGF1".equalsIgnoreCase(expected.getMGFAlgorithm())) {
3458 fail("Unsupported MGF algorithm: " + expected.getMGFAlgorithm());