public class JWTValidatorFactoryTest extends Object
JWTValidatorFactory
.Modifier and Type | Field and Description |
---|---|
org.jmock.integration.junit4.JUnitRuleMockery |
context |
Constructor and Description |
---|
JWTValidatorFactoryTest() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
void |
testNewValidator() |
void |
testNewValidatorWhenEncryptionCompressionAlgorithmMismatch() |
void |
testNewValidatorWhenEncryptionContentEncryptionAlgorithmMismatch() |
void |
testNewValidatorWhenEncryptionKeyManagementAlgorithmMismatch() |
void |
testNewValidatorWhenSignatureAlgorithmMismatch() |
void |
testNewValidatorWithCertificateSubjectName() |
void |
testNewValidatorWithNoKeyPairStorage() |
public void testNewValidatorWithCertificateSubjectName() throws Exception
Exception
public void testNewValidatorWithNoKeyPairStorage() throws Exception
Exception
public void testNewValidatorWhenSignatureAlgorithmMismatch() throws Exception
Exception
public void testNewValidatorWhenEncryptionKeyManagementAlgorithmMismatch() throws Exception
Exception
public void testNewValidatorWhenEncryptionContentEncryptionAlgorithmMismatch() throws Exception
Exception
Copyright © 2014–2019. All rights reserved.