You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2014/04/08 00:55:00 UTC

svn commit: r1585612 [7/30] - in /webservices/website/wss4j: ./ apidocs/ apidocs/org/apache/wss4j/binding/wss10/ apidocs/org/apache/wss4j/binding/wss10/class-use/ apidocs/org/apache/wss4j/binding/wss11/ apidocs/org/apache/wss4j/binding/wss11/class-use/...

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/crypto/package-summary.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/crypto/package-summary.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/crypto/package-summary.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/crypto/package-summary.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common.crypto (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -173,13 +173,19 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/wss4j/common/crypto/WSS4JResourceBundle.html" title="class in org.apache.wss4j.common.crypto">WSS4JResourceBundle</a></td>
+<td class="colLast">
+<div class="block">ResourceBundle for WSS4J</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/wss4j/common/crypto/X509NameTokenizer.html" title="class in org.apache.wss4j.common.crypto">X509NameTokenizer</a></td>
 <td class="colLast">
 <div class="block">class for breaking up an X500 Name into it's component tokens, ala
  java.util.StringTokenizer.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/wss4j/common/crypto/X509SubjectPublicKeyInfo.html" title="class in org.apache.wss4j.common.crypto">X509SubjectPublicKeyInfo</a></td>
 <td class="colLast">
 <div class="block">Represents the X.509 SubjectPublicKeyInfo for a public key, as specified

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/crypto/package-tree.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/crypto/package-tree.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/crypto/package-tree.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/crypto/package-tree.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common.crypto Class Hierarchy (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -95,6 +95,11 @@
 </ul>
 </li>
 <li type="circle">org.apache.wss4j.common.crypto.<a href="../../../../../org/apache/wss4j/common/crypto/JasyptPasswordEncryptor.html" title="class in org.apache.wss4j.common.crypto"><span class="strong">JasyptPasswordEncryptor</span></a> (implements org.apache.wss4j.common.crypto.<a href="../../../../../org/apache/wss4j/common/crypto/PasswordEncryptor.html" title="interface in org.apache.wss4j.common.crypto">PasswordEncryptor</a>)</li>
+<li type="circle">java.util.<a href="http://docs.oracle.com/javase/6/docs/api/java/util/ResourceBundle.html?is-external=true" title="class or interface in java.util"><span class="strong">ResourceBundle</span></a>
+<ul>
+<li type="circle">org.apache.wss4j.common.crypto.<a href="../../../../../org/apache/wss4j/common/crypto/WSS4JResourceBundle.html" title="class in org.apache.wss4j.common.crypto"><span class="strong">WSS4JResourceBundle</span></a></li>
+</ul>
+</li>
 <li type="circle">org.apache.wss4j.common.crypto.<a href="../../../../../org/apache/wss4j/common/crypto/SantuarioUtil.html" title="class in org.apache.wss4j.common.crypto"><span class="strong">SantuarioUtil</span></a></li>
 <li type="circle">org.apache.wss4j.common.crypto.<a href="../../../../../org/apache/wss4j/common/crypto/WSProviderConfig.html" title="class in org.apache.wss4j.common.crypto"><span class="strong">WSProviderConfig</span></a></li>
 <li type="circle">org.apache.wss4j.common.crypto.<a href="../../../../../org/apache/wss4j/common/crypto/X509NameTokenizer.html" title="class in org.apache.wss4j.common.crypto"><span class="strong">X509NameTokenizer</span></a></li>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/crypto/package-use.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/crypto/package-use.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/crypto/package-use.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/crypto/package-use.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Package org.apache.wss4j.common.crypto (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/AlgoFactory.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/AlgoFactory.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/AlgoFactory.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/AlgoFactory.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:42 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>AlgoFactory (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/ConversationConstants.DerivationAlgorithm.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/ConversationConstants.DerivationAlgorithm.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/ConversationConstants.DerivationAlgorithm.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/ConversationConstants.DerivationAlgorithm.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:42 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>ConversationConstants.DerivationAlgorithm (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/ConversationConstants.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/ConversationConstants.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/ConversationConstants.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/ConversationConstants.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:42 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>ConversationConstants (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/DerivationAlgorithm.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/DerivationAlgorithm.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/DerivationAlgorithm.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/DerivationAlgorithm.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:42 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>DerivationAlgorithm (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/DerivedKeyUtils.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/DerivedKeyUtils.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/DerivedKeyUtils.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/DerivedKeyUtils.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:42 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>DerivedKeyUtils (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/P_SHA1.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/P_SHA1.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/P_SHA1.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/P_SHA1.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:42 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>P_SHA1 (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/AlgoFactory.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/AlgoFactory.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/AlgoFactory.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/AlgoFactory.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.derivedKey.AlgoFactory (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/ConversationConstants.DerivationAlgorithm.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/ConversationConstants.DerivationAlgorithm.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/ConversationConstants.DerivationAlgorithm.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/ConversationConstants.DerivationAlgorithm.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Interface org.apache.wss4j.common.derivedKey.ConversationConstants.DerivationAlgorithm (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/ConversationConstants.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/ConversationConstants.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/ConversationConstants.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/ConversationConstants.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.derivedKey.ConversationConstants (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/DerivationAlgorithm.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/DerivationAlgorithm.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/DerivationAlgorithm.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/DerivationAlgorithm.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Interface org.apache.wss4j.common.derivedKey.DerivationAlgorithm (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/DerivedKeyUtils.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/DerivedKeyUtils.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/DerivedKeyUtils.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/DerivedKeyUtils.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.derivedKey.DerivedKeyUtils (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/P_SHA1.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/P_SHA1.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/P_SHA1.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/class-use/P_SHA1.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.derivedKey.P_SHA1 (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-frame.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-frame.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-frame.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-frame.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common.derivedKey (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-summary.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-summary.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-summary.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-summary.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common.derivedKey (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-tree.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-tree.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-tree.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-tree.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common.derivedKey Class Hierarchy (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-use.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-use.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-use.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/derivedKey/package-use.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Package org.apache.wss4j.common.derivedKey (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/Attachment.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/Attachment.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/Attachment.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/Attachment.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:42 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Attachment (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/AttachmentRequestCallback.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/AttachmentRequestCallback.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/AttachmentRequestCallback.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/AttachmentRequestCallback.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:42 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>AttachmentRequestCallback (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/AttachmentResultCallback.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/AttachmentResultCallback.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/AttachmentResultCallback.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/AttachmentResultCallback.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:42 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>AttachmentResultCallback (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/WSPasswordCallback.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/WSPasswordCallback.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/WSPasswordCallback.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/WSPasswordCallback.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:42 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>WSPasswordCallback (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/WSSecurityException.ErrorCode.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/WSSecurityException.ErrorCode.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/WSSecurityException.ErrorCode.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/WSSecurityException.ErrorCode.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:42 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>WSSecurityException.ErrorCode (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/WSSecurityException.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/WSSecurityException.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/WSSecurityException.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/WSSecurityException.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:42 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>WSSecurityException (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/Attachment.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/Attachment.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/Attachment.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/Attachment.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.ext.Attachment (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/AttachmentRequestCallback.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/AttachmentRequestCallback.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/AttachmentRequestCallback.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/AttachmentRequestCallback.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.ext.AttachmentRequestCallback (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/AttachmentResultCallback.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/AttachmentResultCallback.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/AttachmentResultCallback.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/AttachmentResultCallback.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.ext.AttachmentResultCallback (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/WSPasswordCallback.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/WSPasswordCallback.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/WSPasswordCallback.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/WSPasswordCallback.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.ext.WSPasswordCallback (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/WSSecurityException.ErrorCode.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/WSSecurityException.ErrorCode.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/WSSecurityException.ErrorCode.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/WSSecurityException.ErrorCode.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.ext.WSSecurityException.ErrorCode (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/WSSecurityException.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/WSSecurityException.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/WSSecurityException.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/class-use/WSSecurityException.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.ext.WSSecurityException (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -586,7 +586,7 @@
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">Crypto.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/crypto/Crypto.html#verifyDirectTrust(java.security.cert.X509Certificate[])">verifyDirectTrust</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[]&nbsp;certs)</code>
-<div class="block">Evaluate whether a given public key should be trusted directly (located inside trust repository).</div>
+<div class="block">Evaluate whether a given public key should be trusted directly (located</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -609,22 +609,25 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">CertificateStore.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/crypto/CertificateStore.html#verifyTrust(java.security.cert.X509Certificate[], boolean)">verifyTrust</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[]&nbsp;certs,
-           boolean&nbsp;enableRevocation)</code>
+<td class="colLast"><span class="strong">CertificateStore.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/crypto/CertificateStore.html#verifyTrust(java.security.cert.X509Certificate[], boolean, java.util.Collection)">verifyTrust</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[]&nbsp;certs,
+           boolean&nbsp;enableRevocation,
+           <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html?is-external=true" title="class or interface in java.util.regex">Pattern</a>&gt;&nbsp;subjectCertConstraints)</code>
 <div class="block">Evaluate whether a given certificate chain should be trusted.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Merlin.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/crypto/Merlin.html#verifyTrust(java.security.cert.X509Certificate[], boolean)">verifyTrust</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[]&nbsp;certs,
-           boolean&nbsp;enableRevocation)</code>
+<td class="colLast"><span class="strong">Merlin.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/crypto/Merlin.html#verifyTrust(java.security.cert.X509Certificate[], boolean, java.util.Collection)">verifyTrust</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[]&nbsp;certs,
+           boolean&nbsp;enableRevocation,
+           <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html?is-external=true" title="class or interface in java.util.regex">Pattern</a>&gt;&nbsp;subjectCertConstraints)</code>
 <div class="block">Evaluate whether a given certificate chain should be trusted.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Crypto.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/crypto/Crypto.html#verifyTrust(java.security.cert.X509Certificate[], boolean)">verifyTrust</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[]&nbsp;certs,
-           boolean&nbsp;enableRevocation)</code>
+<td class="colLast"><span class="strong">Crypto.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/crypto/Crypto.html#verifyTrust(java.security.cert.X509Certificate[], boolean, java.util.Collection)">verifyTrust</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[]&nbsp;certs,
+           boolean&nbsp;enableRevocation,
+           <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html?is-external=true" title="class or interface in java.util.regex">Pattern</a>&gt;&nbsp;subjectCertConstraints)</code>
 <div class="block">Evaluate whether a given certificate chain should be trusted.</div>
 </td>
 </tr>
@@ -815,19 +818,31 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">SamlAssertionWrapper.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/saml/SamlAssertionWrapper.html#signAssertion(java.lang.String, java.lang.String, org.apache.wss4j.common.crypto.Crypto, boolean, java.lang.String, java.lang.String, java.lang.String)">signAssertion</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;issuerKeyName,
+             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;issuerKeyPassword,
+             <a href="../../../../../../org/apache/wss4j/common/crypto/Crypto.html" title="interface in org.apache.wss4j.common.crypto">Crypto</a>&nbsp;issuerCrypto,
+             boolean&nbsp;sendKeyValue,
+             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;canonicalizationAlgorithm,
+             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;signatureAlgorithm,
+             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;signatureDigestAlgorithm)</code>
+<div class="block">Create an enveloped signature on the assertion that has been created.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a></code></td>
 <td class="colLast"><span class="strong">SamlAssertionWrapper.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/saml/SamlAssertionWrapper.html#toDOM(org.w3c.dom.Document)">toDOM</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</a>&nbsp;doc)</code>
 <div class="block">Create a DOM from the current XMLObject content.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a></code></td>
 <td class="colLast"><span class="strong">OpenSAMLUtil.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/saml/OpenSAMLUtil.html#toDom(org.opensaml.xml.XMLObject, org.w3c.dom.Document)">toDom</a></strong>(org.opensaml.xml.XMLObject&nbsp;xmlObject,
      <a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</a>&nbsp;doc)</code>
 <div class="block">Convert a SAML Assertion from a XMLObject to a DOM Element</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a></code></td>
 <td class="colLast"><span class="strong">OpenSAMLUtil.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/saml/OpenSAMLUtil.html#toDom(org.opensaml.xml.XMLObject, org.w3c.dom.Document, boolean)">toDom</a></strong>(org.opensaml.xml.XMLObject&nbsp;xmlObject,
      <a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</a>&nbsp;doc,
@@ -835,25 +850,25 @@
 <div class="block">Convert a SAML Assertion from a XMLObject to a DOM Element</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">SamlAssertionWrapper.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/saml/SamlAssertionWrapper.html#validateAssertion(boolean)">validateAssertion</a></strong>(boolean&nbsp;validateSignatureAgainstProfile)</code>
 <div class="block">Validate the samlAssertion against schemas/profiles</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">SamlAssertionWrapper.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/saml/SamlAssertionWrapper.html#validateSignatureAgainstProfile()">validateSignatureAgainstProfile</a></strong>()</code>
 <div class="block">Validate the signature of the Assertion against the Profile.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">SamlAssertionWrapper.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/saml/SamlAssertionWrapper.html#verifySignature(org.apache.wss4j.common.saml.SAMLKeyInfo)">verifySignature</a></strong>(<a href="../../../../../../org/apache/wss4j/common/saml/SAMLKeyInfo.html" title="class in org.apache.wss4j.common.saml">SAMLKeyInfo</a>&nbsp;samlKeyInfo)</code>
 <div class="block">Verify the signature of this assertion</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">SamlAssertionWrapper.</span><code><strong><a href="../../../../../../org/apache/wss4j/common/saml/SamlAssertionWrapper.html#verifySignature(org.apache.wss4j.common.saml.SAMLKeyInfoProcessor, org.apache.wss4j.common.crypto.Crypto)">verifySignature</a></strong>(<a href="../../../../../../org/apache/wss4j/common/saml/SAMLKeyInfoProcessor.html" title="interface in org.apache.wss4j.common.saml">SAMLKeyInfoProcessor</a>&nbsp;keyInfoProcessor,
                <a href="../../../../../../org/apache/wss4j/common/crypto/Crypto.html" title="interface in org.apache.wss4j.common.crypto">Crypto</a>&nbsp;sigCrypto)</code>
@@ -2689,12 +2704,19 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/wss4j/stax/ext/InboundWSSec.html" title="class in org.apache.wss4j.stax.ext">InboundWSSec</a></code></td>
+<td class="colLast"><span class="strong">WSSec.</span><code><strong><a href="../../../../../../org/apache/wss4j/stax/WSSec.html#getInboundWSSec(org.apache.wss4j.stax.ext.WSSSecurityProperties, boolean)">getInboundWSSec</a></strong>(<a href="../../../../../../org/apache/wss4j/stax/ext/WSSSecurityProperties.html" title="class in org.apache.wss4j.stax.ext">WSSSecurityProperties</a>&nbsp;securityProperties,
+               boolean&nbsp;initiator)</code>
+<div class="block">Creates and configures an inbound streaming security engine</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/wss4j/stax/ext/OutboundWSSec.html" title="class in org.apache.wss4j.stax.ext">OutboundWSSec</a></code></td>
 <td class="colLast"><span class="strong">WSSec.</span><code><strong><a href="../../../../../../org/apache/wss4j/stax/WSSec.html#getOutboundWSSec(org.apache.wss4j.stax.ext.WSSSecurityProperties)">getOutboundWSSec</a></strong>(<a href="../../../../../../org/apache/wss4j/stax/ext/WSSSecurityProperties.html" title="class in org.apache.wss4j.stax.ext">WSSSecurityProperties</a>&nbsp;securityProperties)</code>
 <div class="block">Creates and configures an outbound streaming security engine</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/javax/security/auth/callback/CallbackHandler.html?is-external=true" title="class or interface in javax.security.auth.callback">CallbackHandler</a></code></td>
 <td class="colLast"><span class="strong">ConfigurationConverter.</span><code><strong><a href="../../../../../../org/apache/wss4j/stax/ConfigurationConverter.html#loadCallbackHandler(java.lang.String)">loadCallbackHandler</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;callbackHandlerClass)</code>
 <div class="block">Load a CallbackHandler instance.</div>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-frame.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-frame.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-frame.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-frame.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common.ext (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-summary.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-summary.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-summary.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-summary.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common.ext (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-tree.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-tree.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-tree.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-tree.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common.ext Class Hierarchy (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-use.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-use.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-use.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/ext/package-use.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Package org.apache.wss4j.common.ext (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosClientAction.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosClientAction.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosClientAction.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosClientAction.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>KerberosClientAction (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosContextAndServiceNameCallback.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosContextAndServiceNameCallback.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosContextAndServiceNameCallback.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosContextAndServiceNameCallback.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>KerberosContextAndServiceNameCallback (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosServiceAction.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosServiceAction.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosServiceAction.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosServiceAction.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>KerberosServiceAction (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosTokenDecoder.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosTokenDecoder.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosTokenDecoder.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosTokenDecoder.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>KerberosTokenDecoder (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosTokenDecoderException.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosTokenDecoderException.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosTokenDecoderException.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosTokenDecoderException.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>KerberosTokenDecoderException (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosTokenDecoderImpl.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosTokenDecoderImpl.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosTokenDecoderImpl.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/KerberosTokenDecoderImpl.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>KerberosTokenDecoderImpl (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosClientAction.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosClientAction.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosClientAction.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosClientAction.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.kerberos.KerberosClientAction (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosContextAndServiceNameCallback.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosContextAndServiceNameCallback.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosContextAndServiceNameCallback.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosContextAndServiceNameCallback.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.kerberos.KerberosContextAndServiceNameCallback (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosServiceAction.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosServiceAction.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosServiceAction.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosServiceAction.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.kerberos.KerberosServiceAction (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosTokenDecoder.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosTokenDecoder.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosTokenDecoder.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosTokenDecoder.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Interface org.apache.wss4j.common.kerberos.KerberosTokenDecoder (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosTokenDecoderException.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosTokenDecoderException.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosTokenDecoderException.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosTokenDecoderException.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.kerberos.KerberosTokenDecoderException (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosTokenDecoderImpl.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosTokenDecoderImpl.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosTokenDecoderImpl.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/class-use/KerberosTokenDecoderImpl.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.wss4j.common.kerberos.KerberosTokenDecoderImpl (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-frame.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-frame.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-frame.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-frame.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common.kerberos (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-summary.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-summary.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-summary.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-summary.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common.kerberos (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-tree.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-tree.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-tree.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-tree.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common.kerberos Class Hierarchy (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-use.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-use.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-use.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/kerberos/package-use.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Package org.apache.wss4j.common.kerberos (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-frame.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-frame.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-frame.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-frame.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-summary.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-summary.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-summary.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-summary.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-tree.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-tree.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-tree.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-tree.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:43 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.wss4j.common Class Hierarchy (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-use.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-use.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-use.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/package-use.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:44 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:37 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Package org.apache.wss4j.common (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/CustomTokenPrincipal.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/CustomTokenPrincipal.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/CustomTokenPrincipal.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/CustomTokenPrincipal.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>CustomTokenPrincipal (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/PublicKeyPrincipal.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/PublicKeyPrincipal.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/PublicKeyPrincipal.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/PublicKeyPrincipal.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>PublicKeyPrincipal (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/PublicKeyPrincipalImpl.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/PublicKeyPrincipalImpl.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/PublicKeyPrincipalImpl.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/PublicKeyPrincipalImpl.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>PublicKeyPrincipalImpl (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/SAMLTokenPrincipal.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/SAMLTokenPrincipal.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/SAMLTokenPrincipal.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/SAMLTokenPrincipal.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>SAMLTokenPrincipal (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/SAMLTokenPrincipalImpl.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/SAMLTokenPrincipalImpl.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/SAMLTokenPrincipalImpl.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/SAMLTokenPrincipalImpl.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>SAMLTokenPrincipalImpl (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/UsernameTokenPrincipal.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/UsernameTokenPrincipal.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/UsernameTokenPrincipal.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/UsernameTokenPrincipal.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>UsernameTokenPrincipal (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/WSDerivedKeyTokenPrincipal.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/WSDerivedKeyTokenPrincipal.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/WSDerivedKeyTokenPrincipal.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/WSDerivedKeyTokenPrincipal.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>WSDerivedKeyTokenPrincipal (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/WSUsernameTokenPrincipalImpl.html
URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/WSUsernameTokenPrincipalImpl.html?rev=1585612&r1=1585611&r2=1585612&view=diff
==============================================================================
--- webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/WSUsernameTokenPrincipalImpl.html (original)
+++ webservices/website/wss4j/apidocs/org/apache/wss4j/common/principal/WSUsernameTokenPrincipalImpl.html Mon Apr  7 22:54:32 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 04 11:24:41 GMT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 07 16:39:35 MDT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>WSUsernameTokenPrincipalImpl (Apache WSS4J 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-03-04">
+<meta name="date" content="2014-04-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>