mirror of https://github.com/jwtk/jjwt.git
Adding support for JCA Name along with Name on SignatureAlgorithm|Test case fixed.
This commit is contained in:
parent
65991a1e59
commit
bdaa5bc5bd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue