Return-Path: X-Original-To: apmail-oltu-commits-archive@www.apache.org Delivered-To: apmail-oltu-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63CE7CCD8 for ; Fri, 7 Mar 2014 16:04:58 +0000 (UTC) Received: (qmail 37858 invoked by uid 500); 7 Mar 2014 16:04:58 -0000 Delivered-To: apmail-oltu-commits-archive@oltu.apache.org Received: (qmail 37789 invoked by uid 500); 7 Mar 2014 16:04:57 -0000 Mailing-List: contact commits-help@oltu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oltu.apache.org Delivered-To: mailing list commits@oltu.apache.org Received: (qmail 36468 invoked by uid 99); 7 Mar 2014 16:04:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2014 16:04:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2014 16:04:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A968A2388C74; Fri, 7 Mar 2014 16:03:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1575305 [14/23] - in /oltu/site/apidocs/jose: ./ assets/ assets/images/ org.apache.oltu.jose.jws/ org.apache.oltu.jose.jws/org/ org.apache.oltu.jose.jws/org/apache/ org.apache.oltu.jose.jws/org/apache/oltu/ org.apache.oltu.jose.jws/org/apa... Date: Fri, 07 Mar 2014 16:03:30 -0000 To: commits@oltu.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140307160337.A968A2388C74@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/JWSWriter.html URL: http://svn.apache.org/viewvc/oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/JWSWriter.html?rev=1575305&view=auto ============================================================================== --- oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/JWSWriter.html (added) +++ oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/JWSWriter.html Fri Mar 7 16:03:26 2014 @@ -0,0 +1,320 @@ + + + + + + + +JWSWriter (Apache Oltu - JOSE 2-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.oltu.jose.jws.io +
+Class JWSWriter

+
+java.lang.Object
+  extended by org.apache.oltu.commons.encodedtoken.TokenDecoder
+      extended by org.apache.oltu.commons.encodedtoken.TokenWriter<JWS>
+          extended by org.apache.oltu.jose.jws.io.JWSWriter
+
+
+
+
public final class JWSWriter
extends org.apache.oltu.commons.encodedtoken.TokenWriter<JWS>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
JWSWriter() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  StringwriteBody(JWS token) + +
+           
+protected  StringwriteHeader(JWS token) + +
+           
+protected  StringwriteSignature(JWS token) + +
+           
+ + + + + + + +
Methods inherited from class org.apache.oltu.commons.encodedtoken.TokenWriter
write
+ + + + + + + +
Methods inherited from class org.apache.oltu.commons.encodedtoken.TokenDecoder
base64Decode, base64Encode, base64Encode
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+JWSWriter

+
+public JWSWriter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+writeHeader

+
+protected String writeHeader(JWS token)
+
+
+
Specified by:
writeHeader in class org.apache.oltu.commons.encodedtoken.TokenWriter<JWS>
+
+
+
+
+
+
+ +

+writeBody

+
+protected String writeBody(JWS token)
+
+
+
Specified by:
writeBody in class org.apache.oltu.commons.encodedtoken.TokenWriter<JWS>
+
+
+
+
+
+
+ +

+writeSignature

+
+protected String writeSignature(JWS token)
+
+
+
Specified by:
writeSignature in class org.apache.oltu.commons.encodedtoken.TokenWriter<JWS>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2010–2014 The Apache Software Foundation. All rights reserved. + + \ No newline at end of file Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/JWSWriter.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/JWSWriter.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/JWSWriter.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSHeaderWriter.html URL: http://svn.apache.org/viewvc/oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSHeaderWriter.html?rev=1575305&view=auto ============================================================================== --- oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSHeaderWriter.html (added) +++ oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSHeaderWriter.html Fri Mar 7 16:03:26 2014 @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class org.apache.oltu.jose.jws.io.JWSHeaderWriter (Apache Oltu - JOSE 2-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.oltu.jose.jws.io.JWSHeaderWriter

+
+No usage of org.apache.oltu.jose.jws.io.JWSHeaderWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2010–2014 The Apache Software Foundation. All rights reserved. + + \ No newline at end of file Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSHeaderWriter.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSHeaderWriter.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSHeaderWriter.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSReader.html URL: http://svn.apache.org/viewvc/oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSReader.html?rev=1575305&view=auto ============================================================================== --- oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSReader.html (added) +++ oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSReader.html Fri Mar 7 16:03:26 2014 @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class org.apache.oltu.jose.jws.io.JWSReader (Apache Oltu - JOSE 2-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.oltu.jose.jws.io.JWSReader

+
+No usage of org.apache.oltu.jose.jws.io.JWSReader +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2010–2014 The Apache Software Foundation. All rights reserved. + + \ No newline at end of file Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSReader.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSReader.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSReader.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSWriter.html URL: http://svn.apache.org/viewvc/oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSWriter.html?rev=1575305&view=auto ============================================================================== --- oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSWriter.html (added) +++ oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSWriter.html Fri Mar 7 16:03:26 2014 @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class org.apache.oltu.jose.jws.io.JWSWriter (Apache Oltu - JOSE 2-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.oltu.jose.jws.io.JWSWriter

+
+No usage of org.apache.oltu.jose.jws.io.JWSWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2010–2014 The Apache Software Foundation. All rights reserved. + + \ No newline at end of file Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSWriter.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSWriter.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/class-use/JWSWriter.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-frame.html URL: http://svn.apache.org/viewvc/oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-frame.html?rev=1575305&view=auto ============================================================================== --- oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-frame.html (added) +++ oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-frame.html Fri Mar 7 16:03:26 2014 @@ -0,0 +1,37 @@ + + + + + + + +org.apache.oltu.jose.jws.io (Apache Oltu - JOSE 2-SNAPSHOT API) + + + + + + + + + + + +org.apache.oltu.jose.jws.io + + + + +
+Classes  + +
+JWSHeaderWriter +
+JWSReader +
+JWSWriter
+ + + + \ No newline at end of file Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-frame.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-frame.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-frame.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-summary.html URL: http://svn.apache.org/viewvc/oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-summary.html?rev=1575305&view=auto ============================================================================== --- oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-summary.html (added) +++ oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-summary.html Fri Mar 7 16:03:26 2014 @@ -0,0 +1,166 @@ + + + + + + + +org.apache.oltu.jose.jws.io (Apache Oltu - JOSE 2-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.oltu.jose.jws.io +

+ + + + + + + + + + + + + + + + + +
+Class Summary
JWSHeaderWriter 
JWSReaderA JWS reader.
JWSWriter 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2010–2014 The Apache Software Foundation. All rights reserved. + + \ No newline at end of file Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-summary.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-summary.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-summary.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-tree.html URL: http://svn.apache.org/viewvc/oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-tree.html?rev=1575305&view=auto ============================================================================== --- oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-tree.html (added) +++ oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-tree.html Fri Mar 7 16:03:26 2014 @@ -0,0 +1,162 @@ + + + + + + + +org.apache.oltu.jose.jws.io Class Hierarchy (Apache Oltu - JOSE 2-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.apache.oltu.jose.jws.io +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • org.apache.oltu.commons.json.CustomizableEntityWriter<CE> +
    • org.apache.oltu.commons.encodedtoken.TokenDecoder
        +
      • org.apache.oltu.commons.encodedtoken.TokenReader<T> +
      • org.apache.oltu.commons.encodedtoken.TokenWriter<T> +
      +
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2010–2014 The Apache Software Foundation. All rights reserved. + + \ No newline at end of file Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-tree.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-tree.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-tree.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-use.html URL: http://svn.apache.org/viewvc/oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-use.html?rev=1575305&view=auto ============================================================================== --- oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-use.html (added) +++ oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-use.html Fri Mar 7 16:03:26 2014 @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package org.apache.oltu.jose.jws.io (Apache Oltu - JOSE 2-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
org.apache.oltu.jose.jws.io

+
+No usage of org.apache.oltu.jose.jws.io +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2010–2014 The Apache Software Foundation. All rights reserved. + + \ No newline at end of file Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-use.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-use.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/io/package-use.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-frame.html URL: http://svn.apache.org/viewvc/oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-frame.html?rev=1575305&view=auto ============================================================================== --- oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-frame.html (added) +++ oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-frame.html Fri Mar 7 16:03:26 2014 @@ -0,0 +1,37 @@ + + + + + + + +org.apache.oltu.jose.jws (Apache Oltu - JOSE 2-SNAPSHOT API) + + + + + + + + + + + +org.apache.oltu.jose.jws + + + + +
+Classes  + +
+Header +
+JWS +
+JWS.Builder
+ + + + \ No newline at end of file Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-frame.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-frame.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-frame.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-summary.html URL: http://svn.apache.org/viewvc/oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-summary.html?rev=1575305&view=auto ============================================================================== --- oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-summary.html (added) +++ oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-summary.html Fri Mar 7 16:03:26 2014 @@ -0,0 +1,166 @@ + + + + + + + +org.apache.oltu.jose.jws (Apache Oltu - JOSE 2-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.oltu.jose.jws +

+ + + + + + + + + + + + + + + + + +
+Class Summary
HeaderRepresents the Header as defined in the section 4 of the JWS specification.
JWS 
JWS.Builder 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2010–2014 The Apache Software Foundation. All rights reserved. + + \ No newline at end of file Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-summary.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-summary.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-summary.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-tree.html URL: http://svn.apache.org/viewvc/oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-tree.html?rev=1575305&view=auto ============================================================================== --- oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-tree.html (added) +++ oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-tree.html Fri Mar 7 16:03:26 2014 @@ -0,0 +1,158 @@ + + + + + + + +org.apache.oltu.jose.jws Class Hierarchy (Apache Oltu - JOSE 2-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.apache.oltu.jose.jws +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • org.apache.oltu.commons.json.CustomizableBuilder<E> +
    • org.apache.oltu.commons.json.CustomizableEntity
        +
      • org.apache.oltu.jose.jws.Header
      +
    • org.apache.oltu.jose.jws.JWS
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2010–2014 The Apache Software Foundation. All rights reserved. + + \ No newline at end of file Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-tree.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-tree.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: oltu/site/apidocs/jose/org/apache/oltu/jose/jws/package-tree.html ------------------------------------------------------------------------------ svn:mime-type = text/html