Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/token/DOMX509Data.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/token/DOMX509Data.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/token/DOMX509Data.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/token/DOMX509Data.html Fri Feb 14 11:39:24 2025 @@ -67,40 +67,50 @@ <a class="jxr_linenumber" name="L59" href="#L59">59</a> } <a class="jxr_linenumber" name="L60" href="#L60">60</a> <a class="jxr_linenumber" name="L61" href="#L61">61</a> <em class="jxr_javadoccomment">/**</em> -<a class="jxr_linenumber" name="L62" href="#L62">62</a> <em class="jxr_javadoccomment"> * Return true if this X509Data element contains a X509IssuerSerial element</em> +<a class="jxr_linenumber" name="L62" href="#L62">62</a> <em class="jxr_javadoccomment"> * Constructor.</em> <a class="jxr_linenumber" name="L63" href="#L63">63</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="L64" href="#L64">64</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> containsIssuerSerial() { -<a class="jxr_linenumber" name="L65" href="#L65">65</a> <strong class="jxr_keyword">return</strong> x509IssuerSerial != <strong class="jxr_keyword">null</strong>; -<a class="jxr_linenumber" name="L66" href="#L66">66</a> } +<a class="jxr_linenumber" name="L64" href="#L64">64</a> <strong class="jxr_keyword">public</strong> <a name="DOMX509Data" href="../../../../../org/apache/wss4j/common/token/DOMX509Data.html#DOMX509Data">DOMX509Data</a>(Document doc, <a name="DOMX509SKI" href="../../../../../org/apache/wss4j/common/token/DOMX509SKI.html#DOMX509SKI">DOMX509SKI</a> x509SKI) { +<a class="jxr_linenumber" name="L65" href="#L65">65</a> element = +<a class="jxr_linenumber" name="L66" href="#L66">66</a> doc.createElementNS(WSS4JConstants.SIG_NS, <span class="jxr_string">"ds:X509Data"</span>); <a class="jxr_linenumber" name="L67" href="#L67">67</a> -<a class="jxr_linenumber" name="L68" href="#L68">68</a> <em class="jxr_javadoccomment">/**</em> -<a class="jxr_linenumber" name="L69" href="#L69">69</a> <em class="jxr_javadoccomment"> * Return a DOMX509IssuerSerial object in this X509Data structure</em> -<a class="jxr_linenumber" name="L70" href="#L70">70</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="L71" href="#L71">71</a> <strong class="jxr_keyword">public</strong> <a name="DOMX509IssuerSerial" href="../../../../../org/apache/wss4j/common/token/DOMX509IssuerSerial.html#DOMX509IssuerSerial">DOMX509IssuerSerial</a> getIssuerSerial() { -<a class="jxr_linenumber" name="L72" href="#L72">72</a> <strong class="jxr_keyword">return</strong> x509IssuerSerial; -<a class="jxr_linenumber" name="L73" href="#L73">73</a> } -<a class="jxr_linenumber" name="L74" href="#L74">74</a> -<a class="jxr_linenumber" name="L75" href="#L75">75</a> <em class="jxr_javadoccomment">/**</em> -<a class="jxr_linenumber" name="L76" href="#L76">76</a> <em class="jxr_javadoccomment"> * return the dom element.</em> -<a class="jxr_linenumber" name="L77" href="#L77">77</a> <em class="jxr_javadoccomment"> *</em> -<a class="jxr_linenumber" name="L78" href="#L78">78</a> <em class="jxr_javadoccomment"> * @return the dom element.</em> -<a class="jxr_linenumber" name="L79" href="#L79">79</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="L80" href="#L80">80</a> <strong class="jxr_keyword">public</strong> Element getElement() { -<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong class="jxr_keyword">return</strong> element; -<a class="jxr_linenumber" name="L82" href="#L82">82</a> } -<a class="jxr_linenumber" name="L83" href="#L83">83</a> -<a class="jxr_linenumber" name="L84" href="#L84">84</a> <em class="jxr_javadoccomment">/**</em> -<a class="jxr_linenumber" name="L85" href="#L85">85</a> <em class="jxr_javadoccomment"> * return the string representation of the token.</em> -<a class="jxr_linenumber" name="L86" href="#L86">86</a> <em class="jxr_javadoccomment"> *</em> -<a class="jxr_linenumber" name="L87" href="#L87">87</a> <em class="jxr_javadoccomment"> * @return the string representation of the token.</em> -<a class="jxr_linenumber" name="L88" href="#L88">88</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="L89" href="#L89">89</a> <strong class="jxr_keyword">public</strong> String toString() { -<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">return</strong> DOM2Writer.nodeToString(element); -<a class="jxr_linenumber" name="L91" href="#L91">91</a> } -<a class="jxr_linenumber" name="L92" href="#L92">92</a> -<a class="jxr_linenumber" name="L93" href="#L93">93</a> } +<a class="jxr_linenumber" name="L68" href="#L68">68</a> element.appendChild(x509SKI.getElement()); +<a class="jxr_linenumber" name="L69" href="#L69">69</a> } +<a class="jxr_linenumber" name="L70" href="#L70">70</a> +<a class="jxr_linenumber" name="L71" href="#L71">71</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L72" href="#L72">72</a> <em class="jxr_javadoccomment"> * Return true if this X509Data element contains a X509IssuerSerial element</em> +<a class="jxr_linenumber" name="L73" href="#L73">73</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L74" href="#L74">74</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> containsIssuerSerial() { +<a class="jxr_linenumber" name="L75" href="#L75">75</a> <strong class="jxr_keyword">return</strong> x509IssuerSerial != <strong class="jxr_keyword">null</strong>; +<a class="jxr_linenumber" name="L76" href="#L76">76</a> } +<a class="jxr_linenumber" name="L77" href="#L77">77</a> +<a class="jxr_linenumber" name="L78" href="#L78">78</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L79" href="#L79">79</a> <em class="jxr_javadoccomment"> * Return a DOMX509IssuerSerial object in this X509Data structure</em> +<a class="jxr_linenumber" name="L80" href="#L80">80</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong class="jxr_keyword">public</strong> <a name="DOMX509IssuerSerial" href="../../../../../org/apache/wss4j/common/token/DOMX509IssuerSerial.html#DOMX509IssuerSerial">DOMX509IssuerSerial</a> getIssuerSerial() { +<a class="jxr_linenumber" name="L82" href="#L82">82</a> <strong class="jxr_keyword">return</strong> x509IssuerSerial; +<a class="jxr_linenumber" name="L83" href="#L83">83</a> } +<a class="jxr_linenumber" name="L84" href="#L84">84</a> +<a class="jxr_linenumber" name="L85" href="#L85">85</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L86" href="#L86">86</a> <em class="jxr_javadoccomment"> * return the dom element.</em> +<a class="jxr_linenumber" name="L87" href="#L87">87</a> <em class="jxr_javadoccomment"> *</em> +<a class="jxr_linenumber" name="L88" href="#L88">88</a> <em class="jxr_javadoccomment"> * @return the dom element.</em> +<a class="jxr_linenumber" name="L89" href="#L89">89</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">public</strong> Element getElement() { +<a class="jxr_linenumber" name="L91" href="#L91">91</a> <strong class="jxr_keyword">return</strong> element; +<a class="jxr_linenumber" name="L92" href="#L92">92</a> } +<a class="jxr_linenumber" name="L93" href="#L93">93</a> +<a class="jxr_linenumber" name="L94" href="#L94">94</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L95" href="#L95">95</a> <em class="jxr_javadoccomment"> * return the string representation of the token.</em> +<a class="jxr_linenumber" name="L96" href="#L96">96</a> <em class="jxr_javadoccomment"> *</em> +<a class="jxr_linenumber" name="L97" href="#L97">97</a> <em class="jxr_javadoccomment"> * @return the string representation of the token.</em> +<a class="jxr_linenumber" name="L98" href="#L98">98</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L99" href="#L99">99</a> <strong class="jxr_keyword">public</strong> String toString() { +<a class="jxr_linenumber" name="L100" href="#L100">100</a> <strong class="jxr_keyword">return</strong> DOM2Writer.nodeToString(element); +<a class="jxr_linenumber" name="L101" href="#L101">101</a> } +<a class="jxr_linenumber" name="L102" href="#L102">102</a> +<a class="jxr_linenumber" name="L103" href="#L103">103</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html>
Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/token/DOMX509IssuerSerial.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/token/DOMX509IssuerSerial.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/token/DOMX509IssuerSerial.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/token/DOMX509IssuerSerial.html Fri Feb 14 11:39:24 2025 @@ -142,6 +142,6 @@ <a class="jxr_linenumber" name="L134" href="#L134">134</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/token/PKIPathSecurity.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/token/PKIPathSecurity.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/token/PKIPathSecurity.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/token/PKIPathSecurity.html Fri Feb 14 11:39:24 2025 @@ -108,6 +108,6 @@ <a class="jxr_linenumber" name="L100" href="#L100">100</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/token/Reference.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/token/Reference.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/token/Reference.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/token/Reference.html Fri Feb 14 11:39:24 2025 @@ -180,6 +180,6 @@ <a class="jxr_linenumber" name="L172" href="#L172">172</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/token/SecurityTokenReference.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/token/SecurityTokenReference.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/token/SecurityTokenReference.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/token/SecurityTokenReference.html Fri Feb 14 11:39:24 2025 @@ -733,6 +733,6 @@ <a class="jxr_linenumber" name="L725" href="#L725">725</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/token/TokenElementCallback.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/token/TokenElementCallback.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/token/TokenElementCallback.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/token/TokenElementCallback.html Fri Feb 14 11:39:24 2025 @@ -60,6 +60,6 @@ <a class="jxr_linenumber" name="L52" href="#L52">52</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/token/X509Security.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/token/X509Security.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/token/X509Security.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/token/X509Security.html Fri Feb 14 11:39:24 2025 @@ -136,6 +136,6 @@ <a class="jxr_linenumber" name="L128" href="#L128">128</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/token/package-frame.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/token/package-frame.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/token/package-frame.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/token/package-frame.html Fri Feb 14 11:39:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache WSS4J 4.0.0-SNAPSHOT Reference Package org.apache.wss4j.common.token</title> + <title>Apache WSS4J 4.0.0 Reference Package org.apache.wss4j.common.token</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> @@ -22,6 +22,9 @@ <a href="DOMX509IssuerSerial.html#DOMX509IssuerSerial" target="classFrame">DOMX509IssuerSerial</a> </li> <li> + <a href="DOMX509SKI.html#DOMX509SKI" target="classFrame">DOMX509SKI</a> + </li> + <li> <a href="PKIPathSecurity.html#PKIPathSecurity" target="classFrame">PKIPathSecurity</a> </li> <li> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/token/package-summary.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/token/package-summary.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/token/package-summary.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/token/package-summary.html Fri Feb 14 11:39:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache WSS4J 4.0.0-SNAPSHOT Reference Package org.apache.wss4j.common.token</title> + <title>Apache WSS4J 4.0.0 Reference Package org.apache.wss4j.common.token</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0-SNAPSHOT Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -73,26 +73,31 @@ </tr> <tr class="rowColor"> <td class="colFirst colLast"> - <a href="PKIPathSecurity.html#PKIPathSecurity" target="classFrame" title="class in org.apache.wss4j.common.token">PKIPathSecurity</a> + <a href="DOMX509SKI.html#DOMX509SKI" target="classFrame" title="class in org.apache.wss4j.common.token">DOMX509SKI</a> </td> </tr> <tr class="altColor"> <td class="colFirst colLast"> - <a href="Reference.html#Reference" target="classFrame" title="class in org.apache.wss4j.common.token">Reference</a> + <a href="PKIPathSecurity.html#PKIPathSecurity" target="classFrame" title="class in org.apache.wss4j.common.token">PKIPathSecurity</a> </td> </tr> <tr class="rowColor"> <td class="colFirst colLast"> - <a href="SecurityTokenReference.html#SecurityTokenReference" target="classFrame" title="class in org.apache.wss4j.common.token">SecurityTokenReference</a> + <a href="Reference.html#Reference" target="classFrame" title="class in org.apache.wss4j.common.token">Reference</a> </td> </tr> <tr class="altColor"> <td class="colFirst colLast"> - <a href="TokenElementCallback.html#TokenElementCallback" target="classFrame" title="class in org.apache.wss4j.common.token">TokenElementCallback</a> + <a href="SecurityTokenReference.html#SecurityTokenReference" target="classFrame" title="class in org.apache.wss4j.common.token">SecurityTokenReference</a> </td> </tr> <tr class="rowColor"> <td class="colFirst colLast"> + <a href="TokenElementCallback.html#TokenElementCallback" target="classFrame" title="class in org.apache.wss4j.common.token">TokenElementCallback</a> + </td> + </tr> + <tr class="altColor"> + <td class="colFirst colLast"> <a href="X509Security.html#X509Security" target="classFrame" title="class in org.apache.wss4j.common.token">X509Security</a> </td> </tr> @@ -116,7 +121,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0-SNAPSHOT Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -136,7 +141,7 @@ </div> <div id="footer"> - © 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a> + © 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a> </div> </body> </html> \ No newline at end of file Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/AttachmentUtils.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/AttachmentUtils.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/AttachmentUtils.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/AttachmentUtils.html Fri Feb 14 11:39:24 2025 @@ -698,6 +698,6 @@ <a class="jxr_linenumber" name="L690" href="#L690">690</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/CRLFOutputStream.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/CRLFOutputStream.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/CRLFOutputStream.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/CRLFOutputStream.html Fri Feb 14 11:39:24 2025 @@ -90,6 +90,6 @@ <a class="jxr_linenumber" name="L82" href="#L82">82</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/CommaDelimiterRfc2253Name.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/CommaDelimiterRfc2253Name.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/CommaDelimiterRfc2253Name.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/CommaDelimiterRfc2253Name.html Fri Feb 14 11:39:24 2025 @@ -118,6 +118,6 @@ <a class="jxr_linenumber" name="L110" href="#L110">110</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/DOM2Writer.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/DOM2Writer.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/DOM2Writer.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/DOM2Writer.html Fri Feb 14 11:39:24 2025 @@ -287,6 +287,6 @@ <a class="jxr_linenumber" name="L279" href="#L279">279</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/DateUtil.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/DateUtil.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/DateUtil.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/DateUtil.html Fri Feb 14 11:39:24 2025 @@ -92,6 +92,6 @@ <a class="jxr_linenumber" name="L84" href="#L84">84</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/InetAddressUtils.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/InetAddressUtils.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/InetAddressUtils.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/InetAddressUtils.html Fri Feb 14 11:39:24 2025 @@ -128,6 +128,6 @@ <a class="jxr_linenumber" name="L120" href="#L120">120</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/KeyUtils.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/KeyUtils.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/KeyUtils.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/KeyUtils.html Fri Feb 14 11:39:24 2025 @@ -256,6 +256,6 @@ <a class="jxr_linenumber" name="L248" href="#L248">248</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/Loader.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/Loader.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/Loader.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/Loader.html Fri Feb 14 11:39:24 2025 @@ -358,6 +358,6 @@ <a class="jxr_linenumber" name="L350" href="#L350">350</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/Mapping.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/Mapping.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/Mapping.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/Mapping.html Fri Feb 14 11:39:24 2025 @@ -74,6 +74,6 @@ <a class="jxr_linenumber" name="L66" href="#L66">66</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/NSStack.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/NSStack.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/NSStack.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/NSStack.html Fri Feb 14 11:39:24 2025 @@ -277,6 +277,6 @@ <a class="jxr_linenumber" name="L269" href="#L269">269</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/UsernameTokenUtil.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/UsernameTokenUtil.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/UsernameTokenUtil.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/UsernameTokenUtil.html Fri Feb 14 11:39:24 2025 @@ -213,6 +213,6 @@ <a class="jxr_linenumber" name="L205" href="#L205">205</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/WSCurrentTimeSource.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/WSCurrentTimeSource.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/WSCurrentTimeSource.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/WSCurrentTimeSource.html Fri Feb 14 11:39:24 2025 @@ -42,6 +42,6 @@ <a class="jxr_linenumber" name="L34" href="#L34">34</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/WSTimeSource.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/WSTimeSource.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/WSTimeSource.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/WSTimeSource.html Fri Feb 14 11:39:24 2025 @@ -45,6 +45,6 @@ <a class="jxr_linenumber" name="L37" href="#L37">37</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/XMLUtils.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/XMLUtils.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/XMLUtils.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/XMLUtils.html Fri Feb 14 11:39:24 2025 @@ -516,6 +516,6 @@ <a class="jxr_linenumber" name="L508" href="#L508">508</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/package-frame.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/package-frame.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/package-frame.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/package-frame.html Fri Feb 14 11:39:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache WSS4J 4.0.0-SNAPSHOT Reference Package org.apache.wss4j.common.util</title> + <title>Apache WSS4J 4.0.0 Reference Package org.apache.wss4j.common.util</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> @@ -28,6 +28,9 @@ <a href="DateUtil.html#DateUtil" target="classFrame">DateUtil</a> </li> <li> + <a href="FIPSUtils.html#FIPSUtils" target="classFrame">FIPSUtils</a> + </li> + <li> <a href="InetAddressUtils.html#InetAddressUtils" target="classFrame">InetAddressUtils</a> </li> <li> Modified: webservices/website/wss4j/xref/org/apache/wss4j/common/util/package-summary.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/common/util/package-summary.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/common/util/package-summary.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/common/util/package-summary.html Fri Feb 14 11:39:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache WSS4J 4.0.0-SNAPSHOT Reference Package org.apache.wss4j.common.util</title> + <title>Apache WSS4J 4.0.0 Reference Package org.apache.wss4j.common.util</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0-SNAPSHOT Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -83,46 +83,51 @@ </tr> <tr class="rowColor"> <td class="colFirst colLast"> - <a href="InetAddressUtils.html#InetAddressUtils" target="classFrame" title="class in org.apache.wss4j.common.util">InetAddressUtils</a> + <a href="FIPSUtils.html#FIPSUtils" target="classFrame" title="class in org.apache.wss4j.common.util">FIPSUtils</a> </td> </tr> <tr class="altColor"> <td class="colFirst colLast"> - <a href="KeyUtils.html#KeyUtils" target="classFrame" title="class in org.apache.wss4j.common.util">KeyUtils</a> + <a href="InetAddressUtils.html#InetAddressUtils" target="classFrame" title="class in org.apache.wss4j.common.util">InetAddressUtils</a> </td> </tr> <tr class="rowColor"> <td class="colFirst colLast"> - <a href="Loader.html#Loader" target="classFrame" title="class in org.apache.wss4j.common.util">Loader</a> + <a href="KeyUtils.html#KeyUtils" target="classFrame" title="class in org.apache.wss4j.common.util">KeyUtils</a> </td> </tr> <tr class="altColor"> <td class="colFirst colLast"> - <a href="Mapping.html#Mapping" target="classFrame" title="class in org.apache.wss4j.common.util">Mapping</a> + <a href="Loader.html#Loader" target="classFrame" title="class in org.apache.wss4j.common.util">Loader</a> </td> </tr> <tr class="rowColor"> <td class="colFirst colLast"> - <a href="NSStack.html#NSStack" target="classFrame" title="class in org.apache.wss4j.common.util">NSStack</a> + <a href="Mapping.html#Mapping" target="classFrame" title="class in org.apache.wss4j.common.util">Mapping</a> </td> </tr> <tr class="altColor"> <td class="colFirst colLast"> - <a href="UsernameTokenUtil.html#UsernameTokenUtil" target="classFrame" title="class in org.apache.wss4j.common.util">UsernameTokenUtil</a> + <a href="NSStack.html#NSStack" target="classFrame" title="class in org.apache.wss4j.common.util">NSStack</a> </td> </tr> <tr class="rowColor"> <td class="colFirst colLast"> - <a href="WSCurrentTimeSource.html#WSCurrentTimeSource" target="classFrame" title="class in org.apache.wss4j.common.util">WSCurrentTimeSource</a> + <a href="UsernameTokenUtil.html#UsernameTokenUtil" target="classFrame" title="class in org.apache.wss4j.common.util">UsernameTokenUtil</a> </td> </tr> <tr class="altColor"> <td class="colFirst colLast"> - <a href="WSTimeSource.html#WSTimeSource" target="classFrame" title="class in org.apache.wss4j.common.util">WSTimeSource</a> + <a href="WSCurrentTimeSource.html#WSCurrentTimeSource" target="classFrame" title="class in org.apache.wss4j.common.util">WSCurrentTimeSource</a> </td> </tr> <tr class="rowColor"> <td class="colFirst colLast"> + <a href="WSTimeSource.html#WSTimeSource" target="classFrame" title="class in org.apache.wss4j.common.util">WSTimeSource</a> + </td> + </tr> + <tr class="altColor"> + <td class="colFirst colLast"> <a href="XMLUtils.html#XMLUtils" target="classFrame" title="class in org.apache.wss4j.common.util">XMLUtils</a> </td> </tr> @@ -146,7 +151,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0-SNAPSHOT Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -166,7 +171,7 @@ </div> <div id="footer"> - © 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a> + © 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a> </div> </body> </html> \ No newline at end of file Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/SOAP11Constants.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/SOAP11Constants.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/SOAP11Constants.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/SOAP11Constants.html Fri Feb 14 11:39:24 2025 @@ -77,6 +77,6 @@ <a class="jxr_linenumber" name="L69" href="#L69">69</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/SOAP12Constants.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/SOAP12Constants.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/SOAP12Constants.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/SOAP12Constants.html Fri Feb 14 11:39:24 2025 @@ -84,6 +84,6 @@ <a class="jxr_linenumber" name="L76" href="#L76">76</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/SOAPConstants.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/SOAPConstants.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/SOAPConstants.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/SOAPConstants.html Fri Feb 14 11:39:24 2025 @@ -83,6 +83,6 @@ <a class="jxr_linenumber" name="L75" href="#L75">75</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/WSConstants.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/WSConstants.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/WSConstants.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/WSConstants.html Fri Feb 14 11:39:24 2025 @@ -349,39 +349,45 @@ <a class="jxr_linenumber" name="L341" href="#L341">341</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L342" href="#L342">342</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> ISSUER_SERIAL_QUOTE_FORMAT = 15; <a class="jxr_linenumber" name="L343" href="#L343">343</a> -<a class="jxr_linenumber" name="L344" href="#L344">344</a> <em class="jxr_comment">/*</em> -<a class="jxr_linenumber" name="L345" href="#L345">345</a> <em class="jxr_comment"> * The following values are bits that can be combined to form a set.</em> -<a class="jxr_linenumber" name="L346" href="#L346">346</a> <em class="jxr_comment"> * Be careful when adding new constants.</em> -<a class="jxr_linenumber" name="L347" href="#L347">347</a> <em class="jxr_comment"> */</em> -<a class="jxr_linenumber" name="L348" href="#L348">348</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> NO_SECURITY = 0; -<a class="jxr_linenumber" name="L349" href="#L349">349</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> UT = 0x1; <em class="jxr_comment">// perform UsernameToken</em> -<a class="jxr_linenumber" name="L350" href="#L350">350</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> SIGN = 0x2; <em class="jxr_comment">// Perform Signature</em> -<a class="jxr_linenumber" name="L351" href="#L351">351</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> ENCR = 0x4; <em class="jxr_comment">// Perform Encryption</em> -<a class="jxr_linenumber" name="L352" href="#L352">352</a> -<a class="jxr_linenumber" name="L353" href="#L353">353</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> ST_UNSIGNED = 0x8; <em class="jxr_comment">// perform SAMLToken unsigned</em> -<a class="jxr_linenumber" name="L354" href="#L354">354</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> ST_SIGNED = 0x10; <em class="jxr_comment">// perform SAMLToken signed</em> -<a class="jxr_linenumber" name="L355" href="#L355">355</a> -<a class="jxr_linenumber" name="L356" href="#L356">356</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> TS = 0x20; <em class="jxr_comment">// insert Timestamp</em> -<a class="jxr_linenumber" name="L357" href="#L357">357</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> UT_SIGN = 0x40; <em class="jxr_comment">// perform signature with UT secret key</em> -<a class="jxr_linenumber" name="L358" href="#L358">358</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> SC = 0x80; <em class="jxr_comment">// this is a SignatureConfirmation</em> -<a class="jxr_linenumber" name="L359" href="#L359">359</a> -<a class="jxr_linenumber" name="L360" href="#L360">360</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> NO_SERIALIZE = 0x100; -<a class="jxr_linenumber" name="L361" href="#L361">361</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> SERIALIZE = 0x200; -<a class="jxr_linenumber" name="L362" href="#L362">362</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> SCT = 0x400; <em class="jxr_comment">//SecurityContextToken</em> -<a class="jxr_linenumber" name="L363" href="#L363">363</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> DKT = 0x800; <em class="jxr_comment">//DerivedKeyToken</em> -<a class="jxr_linenumber" name="L364" href="#L364">364</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> BST = 0x1000; <em class="jxr_comment">//BinarySecurityToken</em> -<a class="jxr_linenumber" name="L365" href="#L365">365</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> UT_NOPASSWORD = 0x2000; <em class="jxr_comment">// perform UsernameToken</em> -<a class="jxr_linenumber" name="L366" href="#L366">366</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> CUSTOM_TOKEN = 0x4000; <em class="jxr_comment">// perform a Custom Token action</em> -<a class="jxr_linenumber" name="L367" href="#L367">367</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> DKT_SIGN = 0x8000; <em class="jxr_comment">// Perform Signature with a Derived Key</em> -<a class="jxr_linenumber" name="L368" href="#L368">368</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> DKT_ENCR = 0x10000; <em class="jxr_comment">// Perform Encryption with a Derived Key</em> -<a class="jxr_linenumber" name="L369" href="#L369">369</a> -<a class="jxr_linenumber" name="L370" href="#L370">370</a> <strong class="jxr_keyword">private</strong> <a name="WSConstants" href="../../../../org/apache/wss4j/dom/WSConstants.html#WSConstants">WSConstants</a>() { -<a class="jxr_linenumber" name="L371" href="#L371">371</a> <strong class="jxr_keyword">super</strong>(); -<a class="jxr_linenumber" name="L372" href="#L372">372</a> } -<a class="jxr_linenumber" name="L373" href="#L373">373</a> -<a class="jxr_linenumber" name="L374" href="#L374">374</a> } +<a class="jxr_linenumber" name="L344" href="#L344">344</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L345" href="#L345">345</a> <em class="jxr_javadoccomment"> * <code>X509_SKI</code> is used to set a ds:X509Data/ds:KeyValue element to refer to</em> +<a class="jxr_linenumber" name="L346" href="#L346">346</a> <em class="jxr_javadoccomment"> * the base64 encoded plain value of a X509 V.3 SubjectKeyIdentifier extension</em> +<a class="jxr_linenumber" name="L347" href="#L347">347</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L348" href="#L348">348</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> X509_SKI = 16; +<a class="jxr_linenumber" name="L349" href="#L349">349</a> +<a class="jxr_linenumber" name="L350" href="#L350">350</a> <em class="jxr_comment">/*</em> +<a class="jxr_linenumber" name="L351" href="#L351">351</a> <em class="jxr_comment"> * The following values are bits that can be combined to form a set.</em> +<a class="jxr_linenumber" name="L352" href="#L352">352</a> <em class="jxr_comment"> * Be careful when adding new constants.</em> +<a class="jxr_linenumber" name="L353" href="#L353">353</a> <em class="jxr_comment"> */</em> +<a class="jxr_linenumber" name="L354" href="#L354">354</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> NO_SECURITY = 0; +<a class="jxr_linenumber" name="L355" href="#L355">355</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> UT = 0x1; <em class="jxr_comment">// perform UsernameToken</em> +<a class="jxr_linenumber" name="L356" href="#L356">356</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> SIGN = 0x2; <em class="jxr_comment">// Perform Signature</em> +<a class="jxr_linenumber" name="L357" href="#L357">357</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> ENCR = 0x4; <em class="jxr_comment">// Perform Encryption</em> +<a class="jxr_linenumber" name="L358" href="#L358">358</a> +<a class="jxr_linenumber" name="L359" href="#L359">359</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> ST_UNSIGNED = 0x8; <em class="jxr_comment">// perform SAMLToken unsigned</em> +<a class="jxr_linenumber" name="L360" href="#L360">360</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> ST_SIGNED = 0x10; <em class="jxr_comment">// perform SAMLToken signed</em> +<a class="jxr_linenumber" name="L361" href="#L361">361</a> +<a class="jxr_linenumber" name="L362" href="#L362">362</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> TS = 0x20; <em class="jxr_comment">// insert Timestamp</em> +<a class="jxr_linenumber" name="L363" href="#L363">363</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> UT_SIGN = 0x40; <em class="jxr_comment">// perform signature with UT secret key</em> +<a class="jxr_linenumber" name="L364" href="#L364">364</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> SC = 0x80; <em class="jxr_comment">// this is a SignatureConfirmation</em> +<a class="jxr_linenumber" name="L365" href="#L365">365</a> +<a class="jxr_linenumber" name="L366" href="#L366">366</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> NO_SERIALIZE = 0x100; +<a class="jxr_linenumber" name="L367" href="#L367">367</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> SERIALIZE = 0x200; +<a class="jxr_linenumber" name="L368" href="#L368">368</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> SCT = 0x400; <em class="jxr_comment">//SecurityContextToken</em> +<a class="jxr_linenumber" name="L369" href="#L369">369</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> DKT = 0x800; <em class="jxr_comment">//DerivedKeyToken</em> +<a class="jxr_linenumber" name="L370" href="#L370">370</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> BST = 0x1000; <em class="jxr_comment">//BinarySecurityToken</em> +<a class="jxr_linenumber" name="L371" href="#L371">371</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> UT_NOPASSWORD = 0x2000; <em class="jxr_comment">// perform UsernameToken</em> +<a class="jxr_linenumber" name="L372" href="#L372">372</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> CUSTOM_TOKEN = 0x4000; <em class="jxr_comment">// perform a Custom Token action</em> +<a class="jxr_linenumber" name="L373" href="#L373">373</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> DKT_SIGN = 0x8000; <em class="jxr_comment">// Perform Signature with a Derived Key</em> +<a class="jxr_linenumber" name="L374" href="#L374">374</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> DKT_ENCR = 0x10000; <em class="jxr_comment">// Perform Encryption with a Derived Key</em> +<a class="jxr_linenumber" name="L375" href="#L375">375</a> +<a class="jxr_linenumber" name="L376" href="#L376">376</a> <strong class="jxr_keyword">private</strong> <a name="WSConstants" href="../../../../org/apache/wss4j/dom/WSConstants.html#WSConstants">WSConstants</a>() { +<a class="jxr_linenumber" name="L377" href="#L377">377</a> <strong class="jxr_keyword">super</strong>(); +<a class="jxr_linenumber" name="L378" href="#L378">378</a> } +<a class="jxr_linenumber" name="L379" href="#L379">379</a> +<a class="jxr_linenumber" name="L380" href="#L380">380</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/WSDataRef.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/WSDataRef.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/WSDataRef.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/WSDataRef.html Fri Feb 14 11:39:24 2025 @@ -248,6 +248,6 @@ <a class="jxr_linenumber" name="L240" href="#L240">240</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/WSDocInfo.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/WSDocInfo.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/WSDocInfo.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/WSDocInfo.html Fri Feb 14 11:39:24 2025 @@ -382,6 +382,6 @@ <a class="jxr_linenumber" name="L374" href="#L374">374</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/WsuIdAllocator.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/WsuIdAllocator.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/WsuIdAllocator.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/WsuIdAllocator.html Fri Feb 14 11:39:24 2025 @@ -40,6 +40,6 @@ <a class="jxr_linenumber" name="L32" href="#L32">32</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/AbstractDerivedAction.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/AbstractDerivedAction.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/AbstractDerivedAction.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/AbstractDerivedAction.html Fri Feb 14 11:39:24 2025 @@ -165,6 +165,6 @@ <a class="jxr_linenumber" name="L157" href="#L157">157</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/Action.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/Action.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/Action.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/Action.html Fri Feb 14 11:39:24 2025 @@ -46,6 +46,6 @@ <a class="jxr_linenumber" name="L38" href="#L38">38</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/CustomTokenAction.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/CustomTokenAction.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/CustomTokenAction.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/CustomTokenAction.html Fri Feb 14 11:39:24 2025 @@ -83,6 +83,6 @@ <a class="jxr_linenumber" name="L75" href="#L75">75</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/EncryptionAction.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/EncryptionAction.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/EncryptionAction.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/EncryptionAction.html Fri Feb 14 11:39:24 2025 @@ -162,6 +162,6 @@ <a class="jxr_linenumber" name="L154" href="#L154">154</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/EncryptionDerivedAction.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/EncryptionDerivedAction.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/EncryptionDerivedAction.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/EncryptionDerivedAction.html Fri Feb 14 11:39:24 2025 @@ -200,6 +200,6 @@ <a class="jxr_linenumber" name="L192" href="#L192">192</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SAMLTokenSignedAction.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SAMLTokenSignedAction.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SAMLTokenSignedAction.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SAMLTokenSignedAction.html Fri Feb 14 11:39:24 2025 @@ -152,6 +152,6 @@ <a class="jxr_linenumber" name="L144" href="#L144">144</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SAMLTokenUnsignedAction.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SAMLTokenUnsignedAction.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SAMLTokenUnsignedAction.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SAMLTokenUnsignedAction.html Fri Feb 14 11:39:24 2025 @@ -86,6 +86,6 @@ <a class="jxr_linenumber" name="L78" href="#L78">78</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SignatureAction.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SignatureAction.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SignatureAction.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SignatureAction.html Fri Feb 14 11:39:24 2025 @@ -186,6 +186,6 @@ <a class="jxr_linenumber" name="L178" href="#L178">178</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SignatureConfirmationAction.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SignatureConfirmationAction.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SignatureConfirmationAction.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SignatureConfirmationAction.html Fri Feb 14 11:39:24 2025 @@ -106,6 +106,6 @@ <a class="jxr_linenumber" name="L98" href="#L98">98</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SignatureDerivedAction.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SignatureDerivedAction.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SignatureDerivedAction.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/SignatureDerivedAction.html Fri Feb 14 11:39:24 2025 @@ -234,6 +234,6 @@ <a class="jxr_linenumber" name="L226" href="#L226">226</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/TimestampAction.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/TimestampAction.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/TimestampAction.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/TimestampAction.html Fri Feb 14 11:39:24 2025 @@ -52,6 +52,6 @@ <a class="jxr_linenumber" name="L44" href="#L44">44</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/UsernameTokenAction.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/UsernameTokenAction.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/UsernameTokenAction.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/UsernameTokenAction.html Fri Feb 14 11:39:24 2025 @@ -79,6 +79,6 @@ <a class="jxr_linenumber" name="L71" href="#L71">71</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/UsernameTokenSignedAction.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/UsernameTokenSignedAction.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/UsernameTokenSignedAction.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/UsernameTokenSignedAction.html Fri Feb 14 11:39:24 2025 @@ -160,6 +160,6 @@ <a class="jxr_linenumber" name="L152" href="#L152">152</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/package-frame.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/package-frame.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/package-frame.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/package-frame.html Fri Feb 14 11:39:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache WSS4J 4.0.0-SNAPSHOT Reference Package org.apache.wss4j.dom.action</title> + <title>Apache WSS4J 4.0.0 Reference Package org.apache.wss4j.dom.action</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/action/package-summary.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/action/package-summary.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/action/package-summary.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/action/package-summary.html Fri Feb 14 11:39:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache WSS4J 4.0.0-SNAPSHOT Reference Package org.apache.wss4j.dom.action</title> + <title>Apache WSS4J 4.0.0 Reference Package org.apache.wss4j.dom.action</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0-SNAPSHOT Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -141,7 +141,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0-SNAPSHOT Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -161,7 +161,7 @@ </div> <div id="footer"> - © 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a> + © 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a> </div> </body> </html> \ No newline at end of file Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/CallbackLookup.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/CallbackLookup.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/CallbackLookup.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/CallbackLookup.html Fri Feb 14 11:39:24 2025 @@ -89,6 +89,6 @@ <a class="jxr_linenumber" name="L81" href="#L81">81</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/DOMCallbackLookup.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/DOMCallbackLookup.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/DOMCallbackLookup.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/DOMCallbackLookup.html Fri Feb 14 11:39:24 2025 @@ -176,6 +176,6 @@ <a class="jxr_linenumber" name="L168" href="#L168">168</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/package-frame.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/package-frame.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/package-frame.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/package-frame.html Fri Feb 14 11:39:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache WSS4J 4.0.0-SNAPSHOT Reference Package org.apache.wss4j.dom.callback</title> + <title>Apache WSS4J 4.0.0 Reference Package org.apache.wss4j.dom.callback</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/package-summary.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/package-summary.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/package-summary.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/callback/package-summary.html Fri Feb 14 11:39:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache WSS4J 4.0.0-SNAPSHOT Reference Package org.apache.wss4j.dom.callback</title> + <title>Apache WSS4J 4.0.0 Reference Package org.apache.wss4j.dom.callback</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0-SNAPSHOT Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -86,7 +86,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0-SNAPSHOT Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -106,7 +106,7 @@ </div> <div id="footer"> - © 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a> + © 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a> </div> </body> </html> \ No newline at end of file Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/WSSConfig.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/WSSConfig.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/WSSConfig.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/WSSConfig.html Fri Feb 14 11:39:24 2025 @@ -581,6 +581,6 @@ <a class="jxr_linenumber" name="L573" href="#L573">573</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/WSSecurityEngine.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/WSSecurityEngine.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/WSSecurityEngine.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/WSSecurityEngine.html Fri Feb 14 11:39:24 2025 @@ -387,6 +387,6 @@ <a class="jxr_linenumber" name="L379" href="#L379">379</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/WSSecurityEngineResult.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/WSSecurityEngineResult.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/WSSecurityEngineResult.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/WSSecurityEngineResult.html Fri Feb 14 11:39:24 2025 @@ -370,6 +370,6 @@ <a class="jxr_linenumber" name="L362" href="#L362">362</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/package-frame.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/package-frame.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/package-frame.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/package-frame.html Fri Feb 14 11:39:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache WSS4J 4.0.0-SNAPSHOT Reference Package org.apache.wss4j.dom.engine</title> + <title>Apache WSS4J 4.0.0 Reference Package org.apache.wss4j.dom.engine</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/package-summary.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/package-summary.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/package-summary.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/engine/package-summary.html Fri Feb 14 11:39:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache WSS4J 4.0.0-SNAPSHOT Reference Package org.apache.wss4j.dom.engine</title> + <title>Apache WSS4J 4.0.0 Reference Package org.apache.wss4j.dom.engine</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0-SNAPSHOT Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -91,7 +91,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0-SNAPSHOT Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache WSS4J 4.0.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -111,7 +111,7 @@ </div> <div id="footer"> - © 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a> + © 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a> </div> </body> </html> \ No newline at end of file Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/handler/HandlerAction.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/handler/HandlerAction.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/handler/HandlerAction.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/handler/HandlerAction.html Fri Feb 14 11:39:24 2025 @@ -66,6 +66,6 @@ <a class="jxr_linenumber" name="L58" href="#L58">58</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html> Modified: webservices/website/wss4j/xref/org/apache/wss4j/dom/handler/RequestData.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/xref/org/apache/wss4j/dom/handler/RequestData.html?rev=1923808&r1=1923807&r2=1923808&view=diff ============================================================================== --- webservices/website/wss4j/xref/org/apache/wss4j/dom/handler/RequestData.html (original) +++ webservices/website/wss4j/xref/org/apache/wss4j/dom/handler/RequestData.html Fri Feb 14 11:39:24 2025 @@ -790,6 +790,6 @@ <a class="jxr_linenumber" name="L782" href="#L782">782</a> } </pre> <hr/> -<div id="footer">© 2004â2024 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> +<div id="footer">© 2004â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div> </body> </html>