File tree Expand file tree Collapse file tree
src/test/java/org/oidc/msg Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828import com .auth0 .msg .SYMKey ;
2929
3030import java .io .IOException ;
31- import java .nio .charset .Charset ;
3231import java .security .interfaces .ECPrivateKey ;
3332import java .security .interfaces .RSAPrivateKey ;
3433import java .util .ArrayList ;
3736import java .util .List ;
3837import java .util .Map ;
3938
40- import org .apache .commons .codec .binary .Base64 ;
4139import org .junit .Assert ;
4240import org .junit .Test ;
4341import org .oidc .msg .oidc .ClaimsRequest ;
@@ -52,7 +50,6 @@ public abstract class BaseMessageTest<T extends AbstractMessage> {
5250 private static final String PRIVATE_KEY_FILE = "src/test/resources/rsa-private.pem" ;
5351 private static final String PUBLIC_KEY_FILE = "src/test/resources/rsa-public.pem" ;
5452 private static final String PUBLIC_KEY_FILE2 = "src/test/resources/rsa-public2.pem" ;
55- //TODO: return keyOwner to https://issuer.example.com once edmund explains how parameter is used in getJWTVerifyKeys
5653 protected String keyOwner = "https://issuer.example.com" ;
5754 protected KeyJar keyJarOfPrivateKeys = null ;
5855 protected KeyJar keyJarOfPublicKeys = null ;
You can’t perform that action at this time.
0 commit comments