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 @@ -178,7 +178,7 @@ protected KeyJar getKeyJar()
178178 keyBundlePrv .append (new SYMKey ("enc" , Base64 .encodeBase64URLSafeString (
179179 "123456789012345678901234" .getBytes (Charset .forName ("UTF-8" )))));
180180 keyBundlePrv .append (new SYMKey ("enc" , Base64 .encodeBase64URLSafeString (
181- "123456789012345678901234 " .getBytes (Charset .forName ("UTF-8" )))));
181+ "12345678901234567890123456789012 " .getBytes (Charset .forName ("UTF-8" )))));
182182 ArrayList <String > usesPub = new ArrayList <String >();
183183 usesPub .add ("ver" );
184184 usesPub .add ("enc" );
@@ -211,7 +211,7 @@ protected KeyJar getKeyJarPub()
211211 keyBundlePub .append (new SYMKey ("enc" , Base64 .encodeBase64URLSafeString (
212212 "123456789012345678901234" .getBytes (Charset .forName ("UTF-8" )))));
213213 keyBundlePub .append (new SYMKey ("enc" , Base64 .encodeBase64URLSafeString (
214- "123456789012345678901234 " .getBytes (Charset .forName ("UTF-8" )))));
214+ "12345678901234567890123456789012 " .getBytes (Charset .forName ("UTF-8" )))));
215215 keyJarOfPublicKeys .addKeyBundle (keyOwner , keyBundlePub );
216216 return keyJarOfPublicKeys ;
217217 }
You can’t perform that action at this time.
0 commit comments