Adding support for JCA Name along with Name on SignatureAlgorithm|Test case fixed.

This commit is contained in:
Sandeep Kaul 2016-10-05 00:19:27 +05:30
parent 65991a1e59
commit bdaa5bc5bd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class SignatureAlgorithmTest {
@Test
void testNames() {
def algNames = ['HS256', 'HS384', 'HS512', 'RS256', 'RS384', 'RS512',
'ES256', 'ES384', 'ES512', 'PS256', 'PS384', 'PS512', 'NONE', 'HmacSHA256']
'ES256', 'ES384', 'ES512', 'PS256', 'PS384', 'PS512', 'NONE']
for( String name : algNames ) {
testName(name)