You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2013/09/16 10:20:26 UTC

svn commit: r878589 - in /websites/production/camel/content: book-dataformat-appendix.html book-in-one-page.html cache/main.pageCache crypto.html

Author: buildbot
Date: Mon Sep 16 08:20:25 2013
New Revision: 878589

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-dataformat-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/crypto.html

Modified: websites/production/camel/content/book-dataformat-appendix.html
==============================================================================
--- websites/production/camel/content/book-dataformat-appendix.html (original)
+++ websites/production/camel/content/book-dataformat-appendix.html Mon Sep 16 08:20:25 2013
@@ -3623,6 +3623,8 @@ from("direct:hmac-algorithm")
 ]]></script>
 </div></div>
 
+<p>A list of the available alrorithms in Java 7 is available via <a shape="rect" class="external-link" href="http://pic.dhe.ibm.com/infocenter/java7sdk/v7r0/index.jsp?topic=%2Fcom.ibm.java.security.component.doc%2Fsecurity-component%2FJceDocs%2Fapi_standardnames.html" rel="nofollow">IBM's Security Information for Java 7</a> guide.</p>
+
 <h3><a shape="rect" name="BookDataFormatAppendix-SpecifyinganInitializationVector"></a>Specifying an Initialization Vector</h3>
 
 <p>Some crypto algorithms, particularly block algorithms, require configuration with an initial block of data known as an Initialization Vector. In the JCE this is passed as an AlgorithmParameterSpec when the Cipher is initialized. To use such a vector with the CryptoDataFormat you can configure it with a byte[] containing the required data e.g.</p>

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Mon Sep 16 08:20:25 2013
@@ -14722,6 +14722,8 @@ from("direct:hmac-algorithm")
 ]]></script>
 </div></div>
 
+<p>A list of the available alrorithms in Java 7 is available via <a shape="rect" class="external-link" href="http://pic.dhe.ibm.com/infocenter/java7sdk/v7r0/index.jsp?topic=%2Fcom.ibm.java.security.component.doc%2Fsecurity-component%2FJceDocs%2Fapi_standardnames.html" rel="nofollow">IBM's Security Information for Java 7</a> guide.</p>
+
 <h3><a shape="rect" name="BookInOnePage-SpecifyinganInitializationVector"></a>Specifying an Initialization Vector</h3>
 
 <p>Some crypto algorithms, particularly block algorithms, require configuration with an initial block of data known as an Initialization Vector. In the JCE this is passed as an AlgorithmParameterSpec when the Cipher is initialized. To use such a vector with the CryptoDataFormat you can configure it with a byte[] containing the required data e.g.</p>

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/crypto.html
==============================================================================
--- websites/production/camel/content/crypto.html (original)
+++ websites/production/camel/content/crypto.html Mon Sep 16 08:20:25 2013
@@ -154,6 +154,8 @@ from("direct:hmac-algorithm")
 ]]></script>
 </div></div>
 
+<p>A list of the available alrorithms in Java 7 is available via <a shape="rect" class="external-link" href="http://pic.dhe.ibm.com/infocenter/java7sdk/v7r0/index.jsp?topic=%2Fcom.ibm.java.security.component.doc%2Fsecurity-component%2FJceDocs%2Fapi_standardnames.html" rel="nofollow">IBM's Security Information for Java 7</a> guide.</p>
+
 <h3><a shape="rect" name="Crypto-SpecifyinganInitializationVector"></a>Specifying an Initialization Vector</h3>
 
 <p>Some crypto algorithms, particularly block algorithms, require configuration with an initial block of data known as an Initialization Vector. In the JCE this is passed as an AlgorithmParameterSpec when the Cipher is initialized. To use such a vector with the CryptoDataFormat you can configure it with a byte[] containing the required data e.g.</p>