Class TokenUtilsSignEncryptTest
- java.lang.Object
-
- org.eclipse.microprofile.jwt.tck.util.TokenUtilsSignEncryptTest
-
public class TokenUtilsSignEncryptTest extends Object
Tests for TokenUtils encryptSignedClaims methods
-
-
Constructor Summary
Constructors Constructor Description TokenUtilsSignEncryptTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testEncryptECSignedClaims()
void
testEncryptSignedClaims()
void
testEncryptSignedClaimsWithoutCty()
void
testEncryptSignedClaimsWithRsaOaep256()
void
testNestedSignedByECKeyVerifiedByRSKey()
void
testNestedSignedByRSKeyVerifiedByECKey()
void
testValidateEncryptedOnlyToken()
void
testValidateSignedToken()
-
-
-
Method Detail
-
testEncryptSignedClaimsWithRsaOaep256
public void testEncryptSignedClaimsWithRsaOaep256() throws Exception
- Throws:
Exception
-
testEncryptECSignedClaims
public void testEncryptECSignedClaims() throws Exception
- Throws:
Exception
-
testNestedSignedByRSKeyVerifiedByECKey
public void testNestedSignedByRSKeyVerifiedByECKey() throws Exception
- Throws:
Exception
-
testNestedSignedByECKeyVerifiedByRSKey
public void testNestedSignedByECKeyVerifiedByRSKey() throws Exception
- Throws:
Exception
-
testEncryptSignedClaimsWithoutCty
public void testEncryptSignedClaimsWithoutCty() throws Exception
- Throws:
Exception
-
-