Class TokenUtilsExtraTest
- java.lang.Object
-
- org.eclipse.microprofile.jwt.tck.util.TokenUtilsExtraTest
-
public class TokenUtilsExtraTest extends Object
Tests which verify TokenUtils methods excluding those which generate a token.
-
-
Constructor Summary
Constructors Constructor Description TokenUtilsExtraTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testKeyPairGeneration1024Length()
void
testKeyPairGeneration2048Length()
void
testReadJwkPrivateKey()
void
testReadJwkPublicKey()
void
testReadPrivateKey()
void
testReadPublicKey()
-