You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by as...@apache.org on 2016/02/26 08:48:53 UTC

svn commit: r1732430 - in /oltu/trunk/jose/jwe/src/test/java/org: ./ apache/ apache/oltu/ apache/oltu/jose/ apache/oltu/jose/jwe/ apache/oltu/jose/jwe/io/ apache/oltu/jose/jwe/io/JWEWriterTestCase.java

Author: asanso
Date: Fri Feb 26 07:48:52 2016
New Revision: 1732430

URL: http://svn.apache.org/viewvc?rev=1732430&view=rev
Log:
OLTU-80 - Implement JWE support for JWT

Added:
    oltu/trunk/jose/jwe/src/test/java/org/
    oltu/trunk/jose/jwe/src/test/java/org/apache/
    oltu/trunk/jose/jwe/src/test/java/org/apache/oltu/
    oltu/trunk/jose/jwe/src/test/java/org/apache/oltu/jose/
    oltu/trunk/jose/jwe/src/test/java/org/apache/oltu/jose/jwe/
    oltu/trunk/jose/jwe/src/test/java/org/apache/oltu/jose/jwe/io/
    oltu/trunk/jose/jwe/src/test/java/org/apache/oltu/jose/jwe/io/JWEWriterTestCase.java

Added: oltu/trunk/jose/jwe/src/test/java/org/apache/oltu/jose/jwe/io/JWEWriterTestCase.java
URL: http://svn.apache.org/viewvc/oltu/trunk/jose/jwe/src/test/java/org/apache/oltu/jose/jwe/io/JWEWriterTestCase.java?rev=1732430&view=auto
==============================================================================
--- oltu/trunk/jose/jwe/src/test/java/org/apache/oltu/jose/jwe/io/JWEWriterTestCase.java (added)
+++ oltu/trunk/jose/jwe/src/test/java/org/apache/oltu/jose/jwe/io/JWEWriterTestCase.java Fri Feb 26 07:48:52 2016
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.oltu.jose.jwe.io;
+
+public class JWEWriterTestCase {
+
+    
+    //TODO
+}