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 2012/12/04 13:49:58 UTC

svn commit: r1416918 [28/47] - in /webservices/wss4j/site: ./ apidocs/ apidocs/org/apache/ws/security/ apidocs/org/apache/ws/security/action/ apidocs/org/apache/ws/security/action/class-use/ apidocs/org/apache/ws/security/cache/ apidocs/org/apache/ws/s...

Modified: webservices/wss4j/site/xref/org/apache/ws/security/WSConstants.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/WSConstants.html?rev=1416918&r1=1416917&r2=1416918&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/WSConstants.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/WSConstants.html Tue Dec  4 12:48:10 2012
@@ -97,379 +97,390 @@
 <a name="87" href="#87">87</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String C14N_EXCL_WITH_COMMENTS = 
 <a name="88" href="#88">88</a>          <span class="jxr_string">"http://www.w3.org/2001/10/xml-exc-c14n#WithComments"</span>;
 <a name="89" href="#89">89</a>      
-<a name="90" href="#90">90</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String KEYTRANSPORT_RSA15 = 
-<a name="91" href="#91">91</a>          <span class="jxr_string">"http://www.w3.org/2001/04/xmlenc#rsa-1_5"</span>;
-<a name="92" href="#92">92</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String KEYTRANSPORT_RSAOEP = 
-<a name="93" href="#93">93</a>          <span class="jxr_string">"http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"</span>;
-<a name="94" href="#94">94</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TRIPLE_DES = 
-<a name="95" href="#95">95</a>          <span class="jxr_string">"http://www.w3.org/2001/04/xmlenc#tripledes-cbc"</span>;
-<a name="96" href="#96">96</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String AES_128 = 
-<a name="97" href="#97">97</a>          <span class="jxr_string">"http://www.w3.org/2001/04/xmlenc#aes128-cbc"</span>;
-<a name="98" href="#98">98</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String AES_256 = 
-<a name="99" href="#99">99</a>          <span class="jxr_string">"http://www.w3.org/2001/04/xmlenc#aes256-cbc"</span>;
-<a name="100" href="#100">100</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String AES_192 = 
-<a name="101" href="#101">101</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmlenc#aes192-cbc"</span>;
-<a name="102" href="#102">102</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String AES_128_GCM = 
-<a name="103" href="#103">103</a>         <span class="jxr_string">"http://www.w3.org/2009/xmlenc11#aes128-gcm"</span>;
-<a name="104" href="#104">104</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String AES_192_GCM = 
-<a name="105" href="#105">105</a>         <span class="jxr_string">"http://www.w3.org/2009/xmlenc11#aes192-gcm"</span>;
-<a name="106" href="#106">106</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String AES_256_GCM = 
-<a name="107" href="#107">107</a>         <span class="jxr_string">"http://www.w3.org/2009/xmlenc11#aes256-gcm"</span>;
-<a name="108" href="#108">108</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String DSA = 
-<a name="109" href="#109">109</a>         <span class="jxr_string">"http://www.w3.org/2000/09/xmldsig#dsa-sha1"</span>;
-<a name="110" href="#110">110</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String RSA = 
-<a name="111" href="#111">111</a>         <span class="jxr_string">"http://www.w3.org/2000/09/xmldsig#rsa-sha1"</span>;
-<a name="112" href="#112">112</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String RSA_SHA1 = 
-<a name="113" href="#113">113</a>         <span class="jxr_string">"http://www.w3.org/2000/09/xmldsig#rsa-sha1"</span>;
-<a name="114" href="#114">114</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SHA1 = 
-<a name="115" href="#115">115</a>         <span class="jxr_string">"http://www.w3.org/2000/09/xmldsig#sha1"</span>;
-<a name="116" href="#116">116</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HMAC_SHA1 = 
-<a name="117" href="#117">117</a>         <span class="jxr_string">"http://www.w3.org/2000/09/xmldsig#hmac-sha1"</span>;
-<a name="118" href="#118">118</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HMAC_SHA256 = 
-<a name="119" href="#119">119</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmldsig-more#hmac-sha256"</span>;
-<a name="120" href="#120">120</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HMAC_SHA384 = 
-<a name="121" href="#121">121</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmldsig-more#hmac-sha384"</span>;
-<a name="122" href="#122">122</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HMAC_SHA512 = 
-<a name="123" href="#123">123</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmldsig-more#hmac-sha512"</span>;
-<a name="124" href="#124">124</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HMAC_MD5 = 
-<a name="125" href="#125">125</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmldsig-more#hmac-md5"</span>;
-<a name="126" href="#126">126</a>     
-<a name="127" href="#127">127</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WST_NS = <span class="jxr_string">"http://schemas.xmlsoap.org/ws/2005/02/trust"</span>;
-<a name="128" href="#128">128</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="129" href="#129">129</a> <em class="jxr_javadoccomment">     * WS-Trust 1.3 namespace</em>
-<a name="130" href="#130">130</a> <em class="jxr_javadoccomment">     */</em>
-<a name="131" href="#131">131</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WST_NS_05_12 = <span class="jxr_string">"http://docs.oasis-open.org/ws-sx/ws-trust/200512"</span>;
-<a name="132" href="#132">132</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="133" href="#133">133</a> <em class="jxr_javadoccomment">     * WS-Trust 1.4 namespace</em>
-<a name="134" href="#134">134</a> <em class="jxr_javadoccomment">     */</em>
-<a name="135" href="#135">135</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WST_NS_08_02 = <span class="jxr_string">"http://docs.oasis-open.org/ws-sx/ws-trust/200802"</span>;
-<a name="136" href="#136">136</a>     
-<a name="137" href="#137">137</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSC_SCT = <span class="jxr_string">"http://schemas.xmlsoap.org/ws/2005/02/sc/sct"</span>;
-<a name="138" href="#138">138</a>     
-<a name="139" href="#139">139</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSC_SCT_05_12 = 
-<a name="140" href="#140">140</a>         <span class="jxr_string">"http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512/sct"</span>;
-<a name="141" href="#141">141</a> 
-<a name="142" href="#142">142</a>     <em class="jxr_comment">//</em>
-<a name="143" href="#143">143</a>     <em class="jxr_comment">// Localnames</em>
-<a name="144" href="#144">144</a>     <em class="jxr_comment">//</em>
-<a name="145" href="#145">145</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSSE_LN = <span class="jxr_string">"Security"</span>;
-<a name="146" href="#146">146</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String THUMBPRINT =<span class="jxr_string">"ThumbprintSHA1"</span>;
-<a name="147" href="#147">147</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SAML_ASSERTION_ID = <span class="jxr_string">"SAMLAssertionID"</span>;
-<a name="148" href="#148">148</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SAML2_ASSERTION_ID = <span class="jxr_string">"SAMLID"</span>;
-<a name="149" href="#149">149</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENC_KEY_VALUE_TYPE = <span class="jxr_string">"EncryptedKey"</span>;
-<a name="150" href="#150">150</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENC_KEY_SHA1_URI = <span class="jxr_string">"EncryptedKeySHA1"</span>;
-<a name="151" href="#151">151</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SIG_LN = <span class="jxr_string">"Signature"</span>;
-<a name="152" href="#152">152</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SIG_INFO_LN = <span class="jxr_string">"SignedInfo"</span>;
-<a name="153" href="#153">153</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENC_KEY_LN = <span class="jxr_string">"EncryptedKey"</span>;
-<a name="154" href="#154">154</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENC_DATA_LN = <span class="jxr_string">"EncryptedData"</span>;
-<a name="155" href="#155">155</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String REF_LIST_LN = <span class="jxr_string">"ReferenceList"</span>;
-<a name="156" href="#156">156</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String REF_LN = <span class="jxr_string">"Reference"</span>;
-<a name="157" href="#157">157</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String USERNAME_TOKEN_LN = <span class="jxr_string">"UsernameToken"</span>;
-<a name="158" href="#158">158</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String BINARY_TOKEN_LN = <span class="jxr_string">"BinarySecurityToken"</span>;
-<a name="159" href="#159">159</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TIMESTAMP_TOKEN_LN = <span class="jxr_string">"Timestamp"</span>;
-<a name="160" href="#160">160</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String USERNAME_LN = <span class="jxr_string">"Username"</span>;
-<a name="161" href="#161">161</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PASSWORD_LN = <span class="jxr_string">"Password"</span>;
-<a name="162" href="#162">162</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PASSWORD_TYPE_ATTR = <span class="jxr_string">"Type"</span>;
-<a name="163" href="#163">163</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String NONCE_LN = <span class="jxr_string">"Nonce"</span>;
-<a name="164" href="#164">164</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String CREATED_LN = <span class="jxr_string">"Created"</span>;
-<a name="165" href="#165">165</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String EXPIRES_LN = <span class="jxr_string">"Expires"</span>;
-<a name="166" href="#166">166</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SIGNATURE_CONFIRMATION_LN = <span class="jxr_string">"SignatureConfirmation"</span>; 
-<a name="167" href="#167">167</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SALT_LN = <span class="jxr_string">"Salt"</span>;
-<a name="168" href="#168">168</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ITERATION_LN = <span class="jxr_string">"Iteration"</span>;
-<a name="169" href="#169">169</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ASSERTION_LN = <span class="jxr_string">"Assertion"</span>;
-<a name="170" href="#170">170</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PW_DIGEST = <span class="jxr_string">"PasswordDigest"</span>;
-<a name="171" href="#171">171</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PW_TEXT = <span class="jxr_string">"PasswordText"</span>;
-<a name="172" href="#172">172</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PW_NONE = <span class="jxr_string">"PasswordNone"</span>;
-<a name="173" href="#173">173</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENCRYPTED_HEADER = <span class="jxr_string">"EncryptedHeader"</span>;
-<a name="174" href="#174">174</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String X509_ISSUER_SERIAL_LN = <span class="jxr_string">"X509IssuerSerial"</span>;
-<a name="175" href="#175">175</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String X509_ISSUER_NAME_LN = <span class="jxr_string">"X509IssuerName"</span>;
-<a name="176" href="#176">176</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String X509_SERIAL_NUMBER_LN = <span class="jxr_string">"X509SerialNumber"</span>;
-<a name="177" href="#177">177</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String X509_DATA_LN = <span class="jxr_string">"X509Data"</span>;
-<a name="178" href="#178">178</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String X509_CERT_LN = <span class="jxr_string">"X509Certificate"</span>;
-<a name="179" href="#179">179</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String KEYINFO_LN = <span class="jxr_string">"KeyInfo"</span>;
-<a name="180" href="#180">180</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String KEYVALUE_LN = <span class="jxr_string">"KeyValue"</span>;
-<a name="181" href="#181">181</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TOKEN_TYPE = <span class="jxr_string">"TokenType"</span>;
-<a name="182" href="#182">182</a>     
-<a name="183" href="#183">183</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ELEM_ENVELOPE = <span class="jxr_string">"Envelope"</span>;
-<a name="184" href="#184">184</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ELEM_HEADER = <span class="jxr_string">"Header"</span>;
-<a name="185" href="#185">185</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ELEM_BODY = <span class="jxr_string">"Body"</span>;
-<a name="186" href="#186">186</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ATTR_MUST_UNDERSTAND = <span class="jxr_string">"mustUnderstand"</span>;
-<a name="187" href="#187">187</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ATTR_ACTOR = <span class="jxr_string">"actor"</span>;
-<a name="188" href="#188">188</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ATTR_ROLE = <span class="jxr_string">"role"</span>;
-<a name="189" href="#189">189</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String NULL_NS = <span class="jxr_string">"Null"</span>;
-<a name="190" href="#190">190</a>     
-<a name="191" href="#191">191</a>     <em class="jxr_comment">//</em>
-<a name="192" href="#192">192</a>     <em class="jxr_comment">// Prefixes</em>
-<a name="193" href="#193">193</a>     <em class="jxr_comment">//</em>
-<a name="194" href="#194">194</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSSE_PREFIX = <span class="jxr_string">"wsse"</span>;
-<a name="195" href="#195">195</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSSE11_PREFIX = <span class="jxr_string">"wsse11"</span>;
-<a name="196" href="#196">196</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSU_PREFIX = <span class="jxr_string">"wsu"</span>;
-<a name="197" href="#197">197</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String DEFAULT_SOAP_PREFIX = <span class="jxr_string">"soapenv"</span>;
-<a name="198" href="#198">198</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SIG_PREFIX = <span class="jxr_string">"ds"</span>;
-<a name="199" href="#199">199</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENC_PREFIX = <span class="jxr_string">"xenc"</span>;
-<a name="200" href="#200">200</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String C14N_EXCL_OMIT_COMMENTS_PREFIX = <span class="jxr_string">"ec"</span>;
+<a name="90" href="#90">90</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String NS_XMLDSIG_FILTER2 = 
+<a name="91" href="#91">91</a>          <span class="jxr_string">"http://www.w3.org/2002/06/xmldsig-filter2"</span>;
+<a name="92" href="#92">92</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String NS_XMLDSIG_ENVELOPED_SIGNATURE = 
+<a name="93" href="#93">93</a>          SIG_NS + <span class="jxr_string">"enveloped-signature"</span>;
+<a name="94" href="#94">94</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SWA_ATTACHMENT_CONTENT_SIG_TRANS = 
+<a name="95" href="#95">95</a>          <span class="jxr_string">"http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Signature-Transform"</span>;
+<a name="96" href="#96">96</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SWA_ATTACHMENT_COMPLETE_SIG_TRANS = 
+<a name="97" href="#97">97</a>          <span class="jxr_string">"http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Complete-Signature-Transform"</span>;
+<a name="98" href="#98">98</a>      
+<a name="99" href="#99">99</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String KEYTRANSPORT_RSA15 = 
+<a name="100" href="#100">100</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmlenc#rsa-1_5"</span>;
+<a name="101" href="#101">101</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String KEYTRANSPORT_RSAOEP = 
+<a name="102" href="#102">102</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"</span>;
+<a name="103" href="#103">103</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TRIPLE_DES = 
+<a name="104" href="#104">104</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmlenc#tripledes-cbc"</span>;
+<a name="105" href="#105">105</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String AES_128 = 
+<a name="106" href="#106">106</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmlenc#aes128-cbc"</span>;
+<a name="107" href="#107">107</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String AES_256 = 
+<a name="108" href="#108">108</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmlenc#aes256-cbc"</span>;
+<a name="109" href="#109">109</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String AES_192 = 
+<a name="110" href="#110">110</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmlenc#aes192-cbc"</span>;
+<a name="111" href="#111">111</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String AES_128_GCM = 
+<a name="112" href="#112">112</a>         <span class="jxr_string">"http://www.w3.org/2009/xmlenc11#aes128-gcm"</span>;
+<a name="113" href="#113">113</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String AES_192_GCM = 
+<a name="114" href="#114">114</a>         <span class="jxr_string">"http://www.w3.org/2009/xmlenc11#aes192-gcm"</span>;
+<a name="115" href="#115">115</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String AES_256_GCM = 
+<a name="116" href="#116">116</a>         <span class="jxr_string">"http://www.w3.org/2009/xmlenc11#aes256-gcm"</span>;
+<a name="117" href="#117">117</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String DSA = 
+<a name="118" href="#118">118</a>         <span class="jxr_string">"http://www.w3.org/2000/09/xmldsig#dsa-sha1"</span>;
+<a name="119" href="#119">119</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String RSA = 
+<a name="120" href="#120">120</a>         <span class="jxr_string">"http://www.w3.org/2000/09/xmldsig#rsa-sha1"</span>;
+<a name="121" href="#121">121</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String RSA_SHA1 = 
+<a name="122" href="#122">122</a>         <span class="jxr_string">"http://www.w3.org/2000/09/xmldsig#rsa-sha1"</span>;
+<a name="123" href="#123">123</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SHA1 = 
+<a name="124" href="#124">124</a>         <span class="jxr_string">"http://www.w3.org/2000/09/xmldsig#sha1"</span>;
+<a name="125" href="#125">125</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SHA256 =
+<a name="126" href="#126">126</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmlenc#sha256"</span>;
+<a name="127" href="#127">127</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HMAC_SHA1 = 
+<a name="128" href="#128">128</a>         <span class="jxr_string">"http://www.w3.org/2000/09/xmldsig#hmac-sha1"</span>;
+<a name="129" href="#129">129</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HMAC_SHA256 = 
+<a name="130" href="#130">130</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmldsig-more#hmac-sha256"</span>;
+<a name="131" href="#131">131</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HMAC_SHA384 = 
+<a name="132" href="#132">132</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmldsig-more#hmac-sha384"</span>;
+<a name="133" href="#133">133</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HMAC_SHA512 = 
+<a name="134" href="#134">134</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmldsig-more#hmac-sha512"</span>;
+<a name="135" href="#135">135</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String HMAC_MD5 = 
+<a name="136" href="#136">136</a>         <span class="jxr_string">"http://www.w3.org/2001/04/xmldsig-more#hmac-md5"</span>;
+<a name="137" href="#137">137</a>     
+<a name="138" href="#138">138</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WST_NS = <span class="jxr_string">"http://schemas.xmlsoap.org/ws/2005/02/trust"</span>;
+<a name="139" href="#139">139</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="140" href="#140">140</a> <em class="jxr_javadoccomment">     * WS-Trust 1.3 namespace</em>
+<a name="141" href="#141">141</a> <em class="jxr_javadoccomment">     */</em>
+<a name="142" href="#142">142</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WST_NS_05_12 = <span class="jxr_string">"http://docs.oasis-open.org/ws-sx/ws-trust/200512"</span>;
+<a name="143" href="#143">143</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="144" href="#144">144</a> <em class="jxr_javadoccomment">     * WS-Trust 1.4 namespace</em>
+<a name="145" href="#145">145</a> <em class="jxr_javadoccomment">     */</em>
+<a name="146" href="#146">146</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WST_NS_08_02 = <span class="jxr_string">"http://docs.oasis-open.org/ws-sx/ws-trust/200802"</span>;
+<a name="147" href="#147">147</a>     
+<a name="148" href="#148">148</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSC_SCT = <span class="jxr_string">"http://schemas.xmlsoap.org/ws/2005/02/sc/sct"</span>;
+<a name="149" href="#149">149</a>     
+<a name="150" href="#150">150</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSC_SCT_05_12 = 
+<a name="151" href="#151">151</a>         <span class="jxr_string">"http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512/sct"</span>;
+<a name="152" href="#152">152</a> 
+<a name="153" href="#153">153</a>     <em class="jxr_comment">//</em>
+<a name="154" href="#154">154</a>     <em class="jxr_comment">// Localnames</em>
+<a name="155" href="#155">155</a>     <em class="jxr_comment">//</em>
+<a name="156" href="#156">156</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSSE_LN = <span class="jxr_string">"Security"</span>;
+<a name="157" href="#157">157</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String THUMBPRINT =<span class="jxr_string">"ThumbprintSHA1"</span>;
+<a name="158" href="#158">158</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SAML_ASSERTION_ID = <span class="jxr_string">"SAMLAssertionID"</span>;
+<a name="159" href="#159">159</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SAML2_ASSERTION_ID = <span class="jxr_string">"SAMLID"</span>;
+<a name="160" href="#160">160</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENC_KEY_VALUE_TYPE = <span class="jxr_string">"EncryptedKey"</span>;
+<a name="161" href="#161">161</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENC_KEY_SHA1_URI = <span class="jxr_string">"EncryptedKeySHA1"</span>;
+<a name="162" href="#162">162</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SIG_LN = <span class="jxr_string">"Signature"</span>;
+<a name="163" href="#163">163</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SIG_INFO_LN = <span class="jxr_string">"SignedInfo"</span>;
+<a name="164" href="#164">164</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENC_KEY_LN = <span class="jxr_string">"EncryptedKey"</span>;
+<a name="165" href="#165">165</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENC_DATA_LN = <span class="jxr_string">"EncryptedData"</span>;
+<a name="166" href="#166">166</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String REF_LIST_LN = <span class="jxr_string">"ReferenceList"</span>;
+<a name="167" href="#167">167</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String REF_LN = <span class="jxr_string">"Reference"</span>;
+<a name="168" href="#168">168</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String USERNAME_TOKEN_LN = <span class="jxr_string">"UsernameToken"</span>;
+<a name="169" href="#169">169</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String BINARY_TOKEN_LN = <span class="jxr_string">"BinarySecurityToken"</span>;
+<a name="170" href="#170">170</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TIMESTAMP_TOKEN_LN = <span class="jxr_string">"Timestamp"</span>;
+<a name="171" href="#171">171</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String USERNAME_LN = <span class="jxr_string">"Username"</span>;
+<a name="172" href="#172">172</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PASSWORD_LN = <span class="jxr_string">"Password"</span>;
+<a name="173" href="#173">173</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PASSWORD_TYPE_ATTR = <span class="jxr_string">"Type"</span>;
+<a name="174" href="#174">174</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String NONCE_LN = <span class="jxr_string">"Nonce"</span>;
+<a name="175" href="#175">175</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String CREATED_LN = <span class="jxr_string">"Created"</span>;
+<a name="176" href="#176">176</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String EXPIRES_LN = <span class="jxr_string">"Expires"</span>;
+<a name="177" href="#177">177</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SIGNATURE_CONFIRMATION_LN = <span class="jxr_string">"SignatureConfirmation"</span>; 
+<a name="178" href="#178">178</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SALT_LN = <span class="jxr_string">"Salt"</span>;
+<a name="179" href="#179">179</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ITERATION_LN = <span class="jxr_string">"Iteration"</span>;
+<a name="180" href="#180">180</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ASSERTION_LN = <span class="jxr_string">"Assertion"</span>;
+<a name="181" href="#181">181</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PW_DIGEST = <span class="jxr_string">"PasswordDigest"</span>;
+<a name="182" href="#182">182</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PW_TEXT = <span class="jxr_string">"PasswordText"</span>;
+<a name="183" href="#183">183</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PW_NONE = <span class="jxr_string">"PasswordNone"</span>;
+<a name="184" href="#184">184</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENCRYPTED_HEADER = <span class="jxr_string">"EncryptedHeader"</span>;
+<a name="185" href="#185">185</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String X509_ISSUER_SERIAL_LN = <span class="jxr_string">"X509IssuerSerial"</span>;
+<a name="186" href="#186">186</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String X509_ISSUER_NAME_LN = <span class="jxr_string">"X509IssuerName"</span>;
+<a name="187" href="#187">187</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String X509_SERIAL_NUMBER_LN = <span class="jxr_string">"X509SerialNumber"</span>;
+<a name="188" href="#188">188</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String X509_DATA_LN = <span class="jxr_string">"X509Data"</span>;
+<a name="189" href="#189">189</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String X509_CERT_LN = <span class="jxr_string">"X509Certificate"</span>;
+<a name="190" href="#190">190</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String KEYINFO_LN = <span class="jxr_string">"KeyInfo"</span>;
+<a name="191" href="#191">191</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String KEYVALUE_LN = <span class="jxr_string">"KeyValue"</span>;
+<a name="192" href="#192">192</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TOKEN_TYPE = <span class="jxr_string">"TokenType"</span>;
+<a name="193" href="#193">193</a>     
+<a name="194" href="#194">194</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ELEM_ENVELOPE = <span class="jxr_string">"Envelope"</span>;
+<a name="195" href="#195">195</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ELEM_HEADER = <span class="jxr_string">"Header"</span>;
+<a name="196" href="#196">196</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ELEM_BODY = <span class="jxr_string">"Body"</span>;
+<a name="197" href="#197">197</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ATTR_MUST_UNDERSTAND = <span class="jxr_string">"mustUnderstand"</span>;
+<a name="198" href="#198">198</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ATTR_ACTOR = <span class="jxr_string">"actor"</span>;
+<a name="199" href="#199">199</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ATTR_ROLE = <span class="jxr_string">"role"</span>;
+<a name="200" href="#200">200</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String NULL_NS = <span class="jxr_string">"Null"</span>;
 <a name="201" href="#201">201</a>     
-<a name="202" href="#202">202</a>     
-<a name="203" href="#203">203</a>     <em class="jxr_comment">//</em>
-<a name="204" href="#204">204</a>     <em class="jxr_comment">// Fault codes defined in the WSS 1.1 spec under section 12, Error handling</em>
-<a name="205" href="#205">205</a>     <em class="jxr_comment">//</em>
-<a name="206" href="#206">206</a>     
-<a name="207" href="#207">207</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="208" href="#208">208</a> <em class="jxr_javadoccomment">     * An unsupported token was provided</em>
-<a name="209" href="#209">209</a> <em class="jxr_javadoccomment">     */</em>
-<a name="210" href="#210">210</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName UNSUPPORTED_SECURITY_TOKEN = 
-<a name="211" href="#211">211</a>         <strong class="jxr_keyword">new</strong> QName(WSSE_NS, <span class="jxr_string">"UnsupportedSecurityToken"</span>);
+<a name="202" href="#202">202</a>     <em class="jxr_comment">//</em>
+<a name="203" href="#203">203</a>     <em class="jxr_comment">// Prefixes</em>
+<a name="204" href="#204">204</a>     <em class="jxr_comment">//</em>
+<a name="205" href="#205">205</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSSE_PREFIX = <span class="jxr_string">"wsse"</span>;
+<a name="206" href="#206">206</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSSE11_PREFIX = <span class="jxr_string">"wsse11"</span>;
+<a name="207" href="#207">207</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSU_PREFIX = <span class="jxr_string">"wsu"</span>;
+<a name="208" href="#208">208</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String DEFAULT_SOAP_PREFIX = <span class="jxr_string">"soapenv"</span>;
+<a name="209" href="#209">209</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SIG_PREFIX = <span class="jxr_string">"ds"</span>;
+<a name="210" href="#210">210</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENC_PREFIX = <span class="jxr_string">"xenc"</span>;
+<a name="211" href="#211">211</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String C14N_EXCL_OMIT_COMMENTS_PREFIX = <span class="jxr_string">"ec"</span>;
 <a name="212" href="#212">212</a>     
-<a name="213" href="#213">213</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="214" href="#214">214</a> <em class="jxr_javadoccomment">     * An unsupported signature or encryption algorithm was used</em>
-<a name="215" href="#215">215</a> <em class="jxr_javadoccomment">     */</em>
-<a name="216" href="#216">216</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName UNSUPPORTED_ALGORITHM  = 
-<a name="217" href="#217">217</a>         <strong class="jxr_keyword">new</strong> QName(WSSE_NS, <span class="jxr_string">"UnsupportedAlgorithm"</span>);
-<a name="218" href="#218">218</a>     
-<a name="219" href="#219">219</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="220" href="#220">220</a> <em class="jxr_javadoccomment">     * An error was discovered processing the &lt;Security&gt; header</em>
-<a name="221" href="#221">221</a> <em class="jxr_javadoccomment">     */</em>
-<a name="222" href="#222">222</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName INVALID_SECURITY = 
-<a name="223" href="#223">223</a>         <strong class="jxr_keyword">new</strong> QName (WSSE_NS, <span class="jxr_string">"InvalidSecurity"</span>);
-<a name="224" href="#224">224</a>     
-<a name="225" href="#225">225</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="226" href="#226">226</a> <em class="jxr_javadoccomment">     * An invalid security token was provided</em>
-<a name="227" href="#227">227</a> <em class="jxr_javadoccomment">     */</em>
-<a name="228" href="#228">228</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName INVALID_SECURITY_TOKEN = 
-<a name="229" href="#229">229</a>         <strong class="jxr_keyword">new</strong> QName (WSSE_NS, <span class="jxr_string">"InvalidSecurityToken"</span>);
-<a name="230" href="#230">230</a>     
-<a name="231" href="#231">231</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="232" href="#232">232</a> <em class="jxr_javadoccomment">     * The security token could not be authenticated or authorized</em>
-<a name="233" href="#233">233</a> <em class="jxr_javadoccomment">     */</em>
-<a name="234" href="#234">234</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName FAILED_AUTHENTICATION = 
-<a name="235" href="#235">235</a>         <strong class="jxr_keyword">new</strong> QName (WSSE_NS, <span class="jxr_string">"FailedAuthentication"</span>);
-<a name="236" href="#236">236</a>     
-<a name="237" href="#237">237</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="238" href="#238">238</a> <em class="jxr_javadoccomment">     * The signature or decryption was invalid</em>
-<a name="239" href="#239">239</a> <em class="jxr_javadoccomment">     */</em>
-<a name="240" href="#240">240</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName FAILED_CHECK = 
-<a name="241" href="#241">241</a>         <strong class="jxr_keyword">new</strong> QName (WSSE_NS, <span class="jxr_string">"FailedCheck"</span>);
-<a name="242" href="#242">242</a>     
-<a name="243" href="#243">243</a>     <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> </em>
-<a name="244" href="#244">244</a> <em class="jxr_javadoccomment">     * Referenced security token could not be retrieved</em>
-<a name="245" href="#245">245</a> <em class="jxr_javadoccomment">     */</em>
-<a name="246" href="#246">246</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName SECURITY_TOKEN_UNAVAILABLE = 
-<a name="247" href="#247">247</a>         <strong class="jxr_keyword">new</strong> QName (WSSE_NS, <span class="jxr_string">"SecurityTokenUnavailable"</span>);
-<a name="248" href="#248">248</a>     
-<a name="249" href="#249">249</a>     <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> </em>
-<a name="250" href="#250">250</a> <em class="jxr_javadoccomment">     * The message has expired</em>
-<a name="251" href="#251">251</a> <em class="jxr_javadoccomment">     */</em>
-<a name="252" href="#252">252</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName MESSAGE_EXPIRED = 
-<a name="253" href="#253">253</a>         <strong class="jxr_keyword">new</strong> QName (WSSE_NS, <span class="jxr_string">"MessageExpired"</span>);
-<a name="254" href="#254">254</a> 
-<a name="255" href="#255">255</a>     <em class="jxr_comment">//</em>
-<a name="256" href="#256">256</a>     <em class="jxr_comment">// Kerberos ValueTypes</em>
-<a name="257" href="#257">257</a>     <em class="jxr_comment">//</em>
-<a name="258" href="#258">258</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_KRB_V5_AP_REQ = KERBEROS_NS11 + <span class="jxr_string">"#Kerberosv5_AP_REQ"</span>;
-<a name="259" href="#259">259</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_GSS_KRB_V5_AP_REQ = KERBEROS_NS11 + <span class="jxr_string">"#GSS_Kerberosv5_AP_REQ"</span>;
-<a name="260" href="#260">260</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_KRB_V5_AP_REQ1510 = KERBEROS_NS11 + <span class="jxr_string">"#Kerberosv5_AP_REQ1510"</span>;
-<a name="261" href="#261">261</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_GSS_KRB_V5_AP_REQ1510 = 
-<a name="262" href="#262">262</a>         KERBEROS_NS11 + <span class="jxr_string">"#GSS_Kerberosv5_AP_REQ1510"</span>;
-<a name="263" href="#263">263</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_KRB_V5_AP_REQ4120 = KERBEROS_NS11 + <span class="jxr_string">"#Kerberosv5_AP_REQ4120"</span>;
-<a name="264" href="#264">264</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_GSS_KRB_V5_AP_REQ4120 = 
-<a name="265" href="#265">265</a>         KERBEROS_NS11 + <span class="jxr_string">"#GSS_Kerberosv5_AP_REQ4120"</span>;
-<a name="266" href="#266">266</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_KRB_KI_VALUE_TYPE = KERBEROS_NS11 + <span class="jxr_string">"#Kerberosv5APREQSHA1"</span>;
-<a name="267" href="#267">267</a>     
+<a name="213" href="#213">213</a>     
+<a name="214" href="#214">214</a>     <em class="jxr_comment">//</em>
+<a name="215" href="#215">215</a>     <em class="jxr_comment">// Fault codes defined in the WSS 1.1 spec under section 12, Error handling</em>
+<a name="216" href="#216">216</a>     <em class="jxr_comment">//</em>
+<a name="217" href="#217">217</a>     
+<a name="218" href="#218">218</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="219" href="#219">219</a> <em class="jxr_javadoccomment">     * An unsupported token was provided</em>
+<a name="220" href="#220">220</a> <em class="jxr_javadoccomment">     */</em>
+<a name="221" href="#221">221</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName UNSUPPORTED_SECURITY_TOKEN = 
+<a name="222" href="#222">222</a>         <strong class="jxr_keyword">new</strong> QName(WSSE_NS, <span class="jxr_string">"UnsupportedSecurityToken"</span>);
+<a name="223" href="#223">223</a>     
+<a name="224" href="#224">224</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="225" href="#225">225</a> <em class="jxr_javadoccomment">     * An unsupported signature or encryption algorithm was used</em>
+<a name="226" href="#226">226</a> <em class="jxr_javadoccomment">     */</em>
+<a name="227" href="#227">227</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName UNSUPPORTED_ALGORITHM  = 
+<a name="228" href="#228">228</a>         <strong class="jxr_keyword">new</strong> QName(WSSE_NS, <span class="jxr_string">"UnsupportedAlgorithm"</span>);
+<a name="229" href="#229">229</a>     
+<a name="230" href="#230">230</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="231" href="#231">231</a> <em class="jxr_javadoccomment">     * An error was discovered processing the &lt;Security&gt; header</em>
+<a name="232" href="#232">232</a> <em class="jxr_javadoccomment">     */</em>
+<a name="233" href="#233">233</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName INVALID_SECURITY = 
+<a name="234" href="#234">234</a>         <strong class="jxr_keyword">new</strong> QName (WSSE_NS, <span class="jxr_string">"InvalidSecurity"</span>);
+<a name="235" href="#235">235</a>     
+<a name="236" href="#236">236</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="237" href="#237">237</a> <em class="jxr_javadoccomment">     * An invalid security token was provided</em>
+<a name="238" href="#238">238</a> <em class="jxr_javadoccomment">     */</em>
+<a name="239" href="#239">239</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName INVALID_SECURITY_TOKEN = 
+<a name="240" href="#240">240</a>         <strong class="jxr_keyword">new</strong> QName (WSSE_NS, <span class="jxr_string">"InvalidSecurityToken"</span>);
+<a name="241" href="#241">241</a>     
+<a name="242" href="#242">242</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="243" href="#243">243</a> <em class="jxr_javadoccomment">     * The security token could not be authenticated or authorized</em>
+<a name="244" href="#244">244</a> <em class="jxr_javadoccomment">     */</em>
+<a name="245" href="#245">245</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName FAILED_AUTHENTICATION = 
+<a name="246" href="#246">246</a>         <strong class="jxr_keyword">new</strong> QName (WSSE_NS, <span class="jxr_string">"FailedAuthentication"</span>);
+<a name="247" href="#247">247</a>     
+<a name="248" href="#248">248</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="249" href="#249">249</a> <em class="jxr_javadoccomment">     * The signature or decryption was invalid</em>
+<a name="250" href="#250">250</a> <em class="jxr_javadoccomment">     */</em>
+<a name="251" href="#251">251</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName FAILED_CHECK = 
+<a name="252" href="#252">252</a>         <strong class="jxr_keyword">new</strong> QName (WSSE_NS, <span class="jxr_string">"FailedCheck"</span>);
+<a name="253" href="#253">253</a>     
+<a name="254" href="#254">254</a>     <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> </em>
+<a name="255" href="#255">255</a> <em class="jxr_javadoccomment">     * Referenced security token could not be retrieved</em>
+<a name="256" href="#256">256</a> <em class="jxr_javadoccomment">     */</em>
+<a name="257" href="#257">257</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName SECURITY_TOKEN_UNAVAILABLE = 
+<a name="258" href="#258">258</a>         <strong class="jxr_keyword">new</strong> QName (WSSE_NS, <span class="jxr_string">"SecurityTokenUnavailable"</span>);
+<a name="259" href="#259">259</a>     
+<a name="260" href="#260">260</a>     <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> </em>
+<a name="261" href="#261">261</a> <em class="jxr_javadoccomment">     * The message has expired</em>
+<a name="262" href="#262">262</a> <em class="jxr_javadoccomment">     */</em>
+<a name="263" href="#263">263</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> QName MESSAGE_EXPIRED = 
+<a name="264" href="#264">264</a>         <strong class="jxr_keyword">new</strong> QName (WSSE_NS, <span class="jxr_string">"MessageExpired"</span>);
+<a name="265" href="#265">265</a> 
+<a name="266" href="#266">266</a>     <em class="jxr_comment">//</em>
+<a name="267" href="#267">267</a>     <em class="jxr_comment">// Kerberos ValueTypes</em>
 <a name="268" href="#268">268</a>     <em class="jxr_comment">//</em>
-<a name="269" href="#269">269</a>     <em class="jxr_comment">// Misc</em>
-<a name="270" href="#270">270</a>     <em class="jxr_comment">//</em>
-<a name="271" href="#271">271</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_SAML_KI_VALUE_TYPE = SAMLTOKEN_NS + <span class="jxr_string">"#"</span> + SAML_ASSERTION_ID;
-<a name="272" href="#272">272</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_SAML2_KI_VALUE_TYPE = SAMLTOKEN_NS11 + <span class="jxr_string">"#"</span> + SAML2_ASSERTION_ID;
-<a name="273" href="#273">273</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_SAML_TOKEN_TYPE = SAMLTOKEN_NS11 + <span class="jxr_string">"#SAMLV1.1"</span>;
-<a name="274" href="#274">274</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_SAML2_TOKEN_TYPE = SAMLTOKEN_NS11 + <span class="jxr_string">"#SAMLV2.0"</span>;
-<a name="275" href="#275">275</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_ENC_KEY_VALUE_TYPE = SOAPMESSAGE_NS11 + <span class="jxr_string">"#"</span> + ENC_KEY_VALUE_TYPE;
-<a name="276" href="#276">276</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PASSWORD_DIGEST = USERNAMETOKEN_NS + <span class="jxr_string">"#PasswordDigest"</span>;
-<a name="277" href="#277">277</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PASSWORD_TEXT = USERNAMETOKEN_NS + <span class="jxr_string">"#PasswordText"</span>;
-<a name="278" href="#278">278</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_USERNAME_TOKEN_VALUE_TYPE = 
-<a name="279" href="#279">279</a>         USERNAMETOKEN_NS + <span class="jxr_string">"#"</span> + USERNAME_TOKEN_LN;
-<a name="280" href="#280">280</a> 
-<a name="281" href="#281">281</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String[] URIS_SOAP_ENV = {
-<a name="282" href="#282">282</a>         URI_SOAP11_ENV,
-<a name="283" href="#283">283</a>         URI_SOAP12_ENV,
-<a name="284" href="#284">284</a>     };
-<a name="285" href="#285">285</a> 
-<a name="286" href="#286">286</a>     <em class="jxr_comment">/*</em>
-<a name="287" href="#287">287</a> <em class="jxr_comment">     * Constants used to configure WSS4J</em>
-<a name="288" href="#288">288</a> <em class="jxr_comment">     */</em>
-<a name="289" href="#289">289</a> 
-<a name="290" href="#290">290</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="291" href="#291">291</a> <em class="jxr_javadoccomment">     * Sets the {@link </em>
-<a name="292" href="#292">292</a> <em class="jxr_javadoccomment">     * org.apache.ws.security.message.WSSecSignature#build(Document, Crypto, WSSecHeader) </em>
-<a name="293" href="#293">293</a> <em class="jxr_javadoccomment">     * } method to send the signing certificate as a &lt;code&gt;BinarySecurityToken&lt;/code&gt;.</em>
-<a name="294" href="#294">294</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
-<a name="295" href="#295">295</a> <em class="jxr_javadoccomment">     * The signing method takes the signing certificate, converts it to a</em>
-<a name="296" href="#296">296</a> <em class="jxr_javadoccomment">     * &lt;code&gt;BinarySecurityToken&lt;/code&gt;, puts it in the security header,</em>
-<a name="297" href="#297">297</a> <em class="jxr_javadoccomment">     * and inserts a &lt;code&gt;Reference&lt;/code&gt; to the binary security token</em>
-<a name="298" href="#298">298</a> <em class="jxr_javadoccomment">     * into the &lt;code&gt;wsse:SecurityReferenceToken&lt;/code&gt;. Thus the whole</em>
-<a name="299" href="#299">299</a> <em class="jxr_javadoccomment">     * signing certificate is transfered to the receiver.</em>
-<a name="300" href="#300">300</a> <em class="jxr_javadoccomment">     * The X509 profile recommends to use {@link #ISSUER_SERIAL} instead</em>
-<a name="301" href="#301">301</a> <em class="jxr_javadoccomment">     * of sending the whole certificate.</em>
-<a name="302" href="#302">302</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
-<a name="303" href="#303">303</a> <em class="jxr_javadoccomment">     * Please refer to WS Security specification X509 1.1 profile, chapter 3.3.2</em>
-<a name="304" href="#304">304</a> <em class="jxr_javadoccomment">     * and to WS Security SOAP Message security 1.1 specification, chapter 7.2</em>
+<a name="269" href="#269">269</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_KRB_V5_AP_REQ = KERBEROS_NS11 + <span class="jxr_string">"#Kerberosv5_AP_REQ"</span>;
+<a name="270" href="#270">270</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_GSS_KRB_V5_AP_REQ = KERBEROS_NS11 + <span class="jxr_string">"#GSS_Kerberosv5_AP_REQ"</span>;
+<a name="271" href="#271">271</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_KRB_V5_AP_REQ1510 = KERBEROS_NS11 + <span class="jxr_string">"#Kerberosv5_AP_REQ1510"</span>;
+<a name="272" href="#272">272</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_GSS_KRB_V5_AP_REQ1510 = 
+<a name="273" href="#273">273</a>         KERBEROS_NS11 + <span class="jxr_string">"#GSS_Kerberosv5_AP_REQ1510"</span>;
+<a name="274" href="#274">274</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_KRB_V5_AP_REQ4120 = KERBEROS_NS11 + <span class="jxr_string">"#Kerberosv5_AP_REQ4120"</span>;
+<a name="275" href="#275">275</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_GSS_KRB_V5_AP_REQ4120 = 
+<a name="276" href="#276">276</a>         KERBEROS_NS11 + <span class="jxr_string">"#GSS_Kerberosv5_AP_REQ4120"</span>;
+<a name="277" href="#277">277</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_KRB_KI_VALUE_TYPE = KERBEROS_NS11 + <span class="jxr_string">"#Kerberosv5APREQSHA1"</span>;
+<a name="278" href="#278">278</a>     
+<a name="279" href="#279">279</a>     <em class="jxr_comment">//</em>
+<a name="280" href="#280">280</a>     <em class="jxr_comment">// Misc</em>
+<a name="281" href="#281">281</a>     <em class="jxr_comment">//</em>
+<a name="282" href="#282">282</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_SAML_KI_VALUE_TYPE = SAMLTOKEN_NS + <span class="jxr_string">"#"</span> + SAML_ASSERTION_ID;
+<a name="283" href="#283">283</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_SAML2_KI_VALUE_TYPE = SAMLTOKEN_NS11 + <span class="jxr_string">"#"</span> + SAML2_ASSERTION_ID;
+<a name="284" href="#284">284</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_SAML_TOKEN_TYPE = SAMLTOKEN_NS11 + <span class="jxr_string">"#SAMLV1.1"</span>;
+<a name="285" href="#285">285</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_SAML2_TOKEN_TYPE = SAMLTOKEN_NS11 + <span class="jxr_string">"#SAMLV2.0"</span>;
+<a name="286" href="#286">286</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_ENC_KEY_VALUE_TYPE = SOAPMESSAGE_NS11 + <span class="jxr_string">"#"</span> + ENC_KEY_VALUE_TYPE;
+<a name="287" href="#287">287</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PASSWORD_DIGEST = USERNAMETOKEN_NS + <span class="jxr_string">"#PasswordDigest"</span>;
+<a name="288" href="#288">288</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PASSWORD_TEXT = USERNAMETOKEN_NS + <span class="jxr_string">"#PasswordText"</span>;
+<a name="289" href="#289">289</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String WSS_USERNAME_TOKEN_VALUE_TYPE = 
+<a name="290" href="#290">290</a>         USERNAMETOKEN_NS + <span class="jxr_string">"#"</span> + USERNAME_TOKEN_LN;
+<a name="291" href="#291">291</a> 
+<a name="292" href="#292">292</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String[] URIS_SOAP_ENV = {
+<a name="293" href="#293">293</a>         URI_SOAP11_ENV,
+<a name="294" href="#294">294</a>         URI_SOAP12_ENV,
+<a name="295" href="#295">295</a>     };
+<a name="296" href="#296">296</a> 
+<a name="297" href="#297">297</a>     <em class="jxr_comment">/*</em>
+<a name="298" href="#298">298</a> <em class="jxr_comment">     * Constants used to configure WSS4J</em>
+<a name="299" href="#299">299</a> <em class="jxr_comment">     */</em>
+<a name="300" href="#300">300</a> 
+<a name="301" href="#301">301</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="302" href="#302">302</a> <em class="jxr_javadoccomment">     * Sets the {@link </em>
+<a name="303" href="#303">303</a> <em class="jxr_javadoccomment">     * org.apache.ws.security.message.WSSecSignature#build(Document, Crypto, WSSecHeader) </em>
+<a name="304" href="#304">304</a> <em class="jxr_javadoccomment">     * } method to send the signing certificate as a &lt;code&gt;BinarySecurityToken&lt;/code&gt;.</em>
 <a name="305" href="#305">305</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
-<a name="306" href="#306">306</a> <em class="jxr_javadoccomment">     * Note: only local references to BinarySecurityToken are supported</em>
-<a name="307" href="#307">307</a> <em class="jxr_javadoccomment">     */</em>
-<a name="308" href="#308">308</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_DIRECT_REFERENCE = 1;
-<a name="309" href="#309">309</a> 
-<a name="310" href="#310">310</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="311" href="#311">311</a> <em class="jxr_javadoccomment">     * Sets the {@link </em>
-<a name="312" href="#312">312</a> <em class="jxr_javadoccomment">     * org.apache.ws.security.message.WSSecSignature#build(Document, Crypto, WSSecHeader)</em>
-<a name="313" href="#313">313</a> <em class="jxr_javadoccomment">     * } or the {@link </em>
-<a name="314" href="#314">314</a> <em class="jxr_javadoccomment">     * org.apache.ws.security.message.WSSecEncrypt#build(Document, Crypto, WSSecHeader)</em>
-<a name="315" href="#315">315</a> <em class="jxr_javadoccomment">     * } method to send the issuer name and the serial number of a certificate to</em>
-<a name="316" href="#316">316</a> <em class="jxr_javadoccomment">     * the receiver.</em>
-<a name="317" href="#317">317</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
-<a name="318" href="#318">318</a> <em class="jxr_javadoccomment">     * In contrast to {@link #BST_DIRECT_REFERENCE} only the issuer name</em>
-<a name="319" href="#319">319</a> <em class="jxr_javadoccomment">     * and the serial number of the signing certificate are sent to the</em>
-<a name="320" href="#320">320</a> <em class="jxr_javadoccomment">     * receiver. This reduces the amount of data being sent. The encryption</em>
-<a name="321" href="#321">321</a> <em class="jxr_javadoccomment">     * method uses the public key associated with this certificate to encrypt</em>
-<a name="322" href="#322">322</a> <em class="jxr_javadoccomment">     * the symmetric key used to encrypt data.</em>
-<a name="323" href="#323">323</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
-<a name="324" href="#324">324</a> <em class="jxr_javadoccomment">     * Please refer to WS Security specification X509 1.1 profile, chapter 3.3.3</em>
-<a name="325" href="#325">325</a> <em class="jxr_javadoccomment">     */</em>
-<a name="326" href="#326">326</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 = 2;
-<a name="327" href="#327">327</a> 
-<a name="328" href="#328">328</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="329" href="#329">329</a> <em class="jxr_javadoccomment">     * Sets the {@link </em>
-<a name="330" href="#330">330</a> <em class="jxr_javadoccomment">     * org.apache.ws.security.message.WSSecSignature#build(Document, Crypto, WSSecHeader)</em>
-<a name="331" href="#331">331</a> <em class="jxr_javadoccomment">     * } or the {@link </em>
-<a name="332" href="#332">332</a> <em class="jxr_javadoccomment">     * org.apache.ws.security.message.WSSecEncrypt#build(Document, Crypto, WSSecHeader)</em>
-<a name="333" href="#333">333</a> <em class="jxr_javadoccomment">     * }method to send the certificate used to encrypt the symmetric key.</em>
+<a name="306" href="#306">306</a> <em class="jxr_javadoccomment">     * The signing method takes the signing certificate, converts it to a</em>
+<a name="307" href="#307">307</a> <em class="jxr_javadoccomment">     * &lt;code&gt;BinarySecurityToken&lt;/code&gt;, puts it in the security header,</em>
+<a name="308" href="#308">308</a> <em class="jxr_javadoccomment">     * and inserts a &lt;code&gt;Reference&lt;/code&gt; to the binary security token</em>
+<a name="309" href="#309">309</a> <em class="jxr_javadoccomment">     * into the &lt;code&gt;wsse:SecurityReferenceToken&lt;/code&gt;. Thus the whole</em>
+<a name="310" href="#310">310</a> <em class="jxr_javadoccomment">     * signing certificate is transfered to the receiver.</em>
+<a name="311" href="#311">311</a> <em class="jxr_javadoccomment">     * The X509 profile recommends to use {@link #ISSUER_SERIAL} instead</em>
+<a name="312" href="#312">312</a> <em class="jxr_javadoccomment">     * of sending the whole certificate.</em>
+<a name="313" href="#313">313</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
+<a name="314" href="#314">314</a> <em class="jxr_javadoccomment">     * Please refer to WS Security specification X509 1.1 profile, chapter 3.3.2</em>
+<a name="315" href="#315">315</a> <em class="jxr_javadoccomment">     * and to WS Security SOAP Message security 1.1 specification, chapter 7.2</em>
+<a name="316" href="#316">316</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
+<a name="317" href="#317">317</a> <em class="jxr_javadoccomment">     * Note: only local references to BinarySecurityToken are supported</em>
+<a name="318" href="#318">318</a> <em class="jxr_javadoccomment">     */</em>
+<a name="319" href="#319">319</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_DIRECT_REFERENCE = 1;
+<a name="320" href="#320">320</a> 
+<a name="321" href="#321">321</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="322" href="#322">322</a> <em class="jxr_javadoccomment">     * Sets the {@link </em>
+<a name="323" href="#323">323</a> <em class="jxr_javadoccomment">     * org.apache.ws.security.message.WSSecSignature#build(Document, Crypto, WSSecHeader)</em>
+<a name="324" href="#324">324</a> <em class="jxr_javadoccomment">     * } or the {@link </em>
+<a name="325" href="#325">325</a> <em class="jxr_javadoccomment">     * org.apache.ws.security.message.WSSecEncrypt#build(Document, Crypto, WSSecHeader)</em>
+<a name="326" href="#326">326</a> <em class="jxr_javadoccomment">     * } method to send the issuer name and the serial number of a certificate to</em>
+<a name="327" href="#327">327</a> <em class="jxr_javadoccomment">     * the receiver.</em>
+<a name="328" href="#328">328</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
+<a name="329" href="#329">329</a> <em class="jxr_javadoccomment">     * In contrast to {@link #BST_DIRECT_REFERENCE} only the issuer name</em>
+<a name="330" href="#330">330</a> <em class="jxr_javadoccomment">     * and the serial number of the signing certificate are sent to the</em>
+<a name="331" href="#331">331</a> <em class="jxr_javadoccomment">     * receiver. This reduces the amount of data being sent. The encryption</em>
+<a name="332" href="#332">332</a> <em class="jxr_javadoccomment">     * method uses the public key associated with this certificate to encrypt</em>
+<a name="333" href="#333">333</a> <em class="jxr_javadoccomment">     * the symmetric key used to encrypt data.</em>
 <a name="334" href="#334">334</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
-<a name="335" href="#335">335</a> <em class="jxr_javadoccomment">     * The encryption method uses the public key associated with this certificate</em>
-<a name="336" href="#336">336</a> <em class="jxr_javadoccomment">     * to encrypt the symmetric key used to encrypt data. The certificate is</em>
-<a name="337" href="#337">337</a> <em class="jxr_javadoccomment">     * converted into a &lt;code&gt;KeyIdentifier&lt;/code&gt; token and sent to the receiver.</em>
-<a name="338" href="#338">338</a> <em class="jxr_javadoccomment">     * Thus the complete certificate data is transfered to receiver.</em>
-<a name="339" href="#339">339</a> <em class="jxr_javadoccomment">     * The X509 profile recommends to use {@link #ISSUER_SERIAL} instead</em>
-<a name="340" href="#340">340</a> <em class="jxr_javadoccomment">     * of sending the whole certificate.</em>
-<a name="341" href="#341">341</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
-<a name="342" href="#342">342</a> <em class="jxr_javadoccomment">     * Please refer to WS Security SOAP Message security 1.1 specification, </em>
-<a name="343" href="#343">343</a> <em class="jxr_javadoccomment">     * chapter 7.3. Note that this is a NON-STANDARD method. The standard way to refer to</em>
-<a name="344" href="#344">344</a> <em class="jxr_javadoccomment">     * an X.509 Certificate via a KeyIdentifier is to use {@link #SKI_KEY_IDENTIFIER}</em>
-<a name="345" href="#345">345</a> <em class="jxr_javadoccomment">     */</em>
-<a name="346" href="#346">346</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_KEY_IDENTIFIER = 3;
-<a name="347" href="#347">347</a>     
-<a name="348" href="#348">348</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="349" href="#349">349</a> <em class="jxr_javadoccomment">     * Sets the {@link </em>
-<a name="350" href="#350">350</a> <em class="jxr_javadoccomment">     * org.apache.ws.security.message.WSSecSignature#build(Document, Crypto, WSSecHeader)</em>
-<a name="351" href="#351">351</a> <em class="jxr_javadoccomment">     * } method to send a &lt;code&gt;SubjectKeyIdentifier&lt;/code&gt; to identify</em>
-<a name="352" href="#352">352</a> <em class="jxr_javadoccomment">     * the signing certificate.</em>
-<a name="353" href="#353">353</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
-<a name="354" href="#354">354</a> <em class="jxr_javadoccomment">     * Refer to WS Security specification X509 1.1 profile, chapter 3.3.1</em>
-<a name="355" href="#355">355</a> <em class="jxr_javadoccomment">     */</em>
-<a name="356" href="#356">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> SKI_KEY_IDENTIFIER = 4;
-<a name="357" href="#357">357</a> 
-<a name="358" href="#358">358</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="359" href="#359">359</a> <em class="jxr_javadoccomment">     * Embeds a keyinfo/key name into the EncryptedData element.</em>
-<a name="360" href="#360">360</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
-<a name="361" href="#361">361</a> <em class="jxr_javadoccomment">     */</em>
-<a name="362" href="#362">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> EMBEDDED_KEYNAME = 5;
-<a name="363" href="#363">363</a>     
-<a name="364" href="#364">364</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="365" href="#365">365</a> <em class="jxr_javadoccomment">     * Embeds a keyinfo/wsse:SecurityTokenReference into EncryptedData element.</em>
+<a name="335" href="#335">335</a> <em class="jxr_javadoccomment">     * Please refer to WS Security specification X509 1.1 profile, chapter 3.3.3</em>
+<a name="336" href="#336">336</a> <em class="jxr_javadoccomment">     */</em>
+<a name="337" href="#337">337</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 = 2;
+<a name="338" href="#338">338</a> 
+<a name="339" href="#339">339</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="340" href="#340">340</a> <em class="jxr_javadoccomment">     * Sets the {@link </em>
+<a name="341" href="#341">341</a> <em class="jxr_javadoccomment">     * org.apache.ws.security.message.WSSecSignature#build(Document, Crypto, WSSecHeader)</em>
+<a name="342" href="#342">342</a> <em class="jxr_javadoccomment">     * } or the {@link </em>
+<a name="343" href="#343">343</a> <em class="jxr_javadoccomment">     * org.apache.ws.security.message.WSSecEncrypt#build(Document, Crypto, WSSecHeader)</em>
+<a name="344" href="#344">344</a> <em class="jxr_javadoccomment">     * }method to send the certificate used to encrypt the symmetric key.</em>
+<a name="345" href="#345">345</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
+<a name="346" href="#346">346</a> <em class="jxr_javadoccomment">     * The encryption method uses the public key associated with this certificate</em>
+<a name="347" href="#347">347</a> <em class="jxr_javadoccomment">     * to encrypt the symmetric key used to encrypt data. The certificate is</em>
+<a name="348" href="#348">348</a> <em class="jxr_javadoccomment">     * converted into a &lt;code&gt;KeyIdentifier&lt;/code&gt; token and sent to the receiver.</em>
+<a name="349" href="#349">349</a> <em class="jxr_javadoccomment">     * Thus the complete certificate data is transfered to receiver.</em>
+<a name="350" href="#350">350</a> <em class="jxr_javadoccomment">     * The X509 profile recommends to use {@link #ISSUER_SERIAL} instead</em>
+<a name="351" href="#351">351</a> <em class="jxr_javadoccomment">     * of sending the whole certificate.</em>
+<a name="352" href="#352">352</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
+<a name="353" href="#353">353</a> <em class="jxr_javadoccomment">     * Please refer to WS Security SOAP Message security 1.1 specification, </em>
+<a name="354" href="#354">354</a> <em class="jxr_javadoccomment">     * chapter 7.3. Note that this is a NON-STANDARD method. The standard way to refer to</em>
+<a name="355" href="#355">355</a> <em class="jxr_javadoccomment">     * an X.509 Certificate via a KeyIdentifier is to use {@link #SKI_KEY_IDENTIFIER}</em>
+<a name="356" href="#356">356</a> <em class="jxr_javadoccomment">     */</em>
+<a name="357" href="#357">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> X509_KEY_IDENTIFIER = 3;
+<a name="358" href="#358">358</a>     
+<a name="359" href="#359">359</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="360" href="#360">360</a> <em class="jxr_javadoccomment">     * Sets the {@link </em>
+<a name="361" href="#361">361</a> <em class="jxr_javadoccomment">     * org.apache.ws.security.message.WSSecSignature#build(Document, Crypto, WSSecHeader)</em>
+<a name="362" href="#362">362</a> <em class="jxr_javadoccomment">     * } method to send a &lt;code&gt;SubjectKeyIdentifier&lt;/code&gt; to identify</em>
+<a name="363" href="#363">363</a> <em class="jxr_javadoccomment">     * the signing certificate.</em>
+<a name="364" href="#364">364</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
+<a name="365" href="#365">365</a> <em class="jxr_javadoccomment">     * Refer to WS Security specification X509 1.1 profile, chapter 3.3.1</em>
 <a name="366" href="#366">366</a> <em class="jxr_javadoccomment">     */</em>
-<a name="367" href="#367">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> EMBED_SECURITY_TOKEN_REF = 6;
-<a name="368" href="#368">368</a>     
+<a name="367" href="#367">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> SKI_KEY_IDENTIFIER = 4;
+<a name="368" href="#368">368</a> 
 <a name="369" href="#369">369</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="370" href="#370">370</a> <em class="jxr_javadoccomment">     * &lt;code&gt;UT_SIGNING&lt;/code&gt; is used internally only to set a specific Signature</em>
-<a name="371" href="#371">371</a> <em class="jxr_javadoccomment">     * behavior.</em>
-<a name="372" href="#372">372</a> <em class="jxr_javadoccomment">     * </em>
-<a name="373" href="#373">373</a> <em class="jxr_javadoccomment">     * The signing token is constructed from values in the UsernameToken according</em>
-<a name="374" href="#374">374</a> <em class="jxr_javadoccomment">     * to WS-Trust specification.</em>
-<a name="375" href="#375">375</a> <em class="jxr_javadoccomment">     */</em>
-<a name="376" href="#376">376</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_SIGNING = 7;
-<a name="377" href="#377">377</a>     
-<a name="378" href="#378">378</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="379" href="#379">379</a> <em class="jxr_javadoccomment">     * &lt;code&gt;THUMPRINT_IDENTIFIER&lt;/code&gt; is used to set the specific key identifier</em>
-<a name="380" href="#380">380</a> <em class="jxr_javadoccomment">     * ThumbprintSHA1.</em>
-<a name="381" href="#381">381</a> <em class="jxr_javadoccomment">     * </em>
-<a name="382" href="#382">382</a> <em class="jxr_javadoccomment">     * This identifier uses the SHA-1 digest of a security token to</em>
-<a name="383" href="#383">383</a> <em class="jxr_javadoccomment">     * identify the security token. Please refer to chapter 7.2 of the OASIS WSS 1.1</em>
-<a name="384" href="#384">384</a> <em class="jxr_javadoccomment">     * specification.</em>
-<a name="385" href="#385">385</a> <em class="jxr_javadoccomment">     * </em>
+<a name="370" href="#370">370</a> <em class="jxr_javadoccomment">     * Embeds a keyinfo/key name into the EncryptedData element.</em>
+<a name="371" href="#371">371</a> <em class="jxr_javadoccomment">     * &lt;p/&gt;</em>
+<a name="372" href="#372">372</a> <em class="jxr_javadoccomment">     */</em>
+<a name="373" href="#373">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> EMBEDDED_KEYNAME = 5;
+<a name="374" href="#374">374</a>     
+<a name="375" href="#375">375</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="376" href="#376">376</a> <em class="jxr_javadoccomment">     * Embeds a keyinfo/wsse:SecurityTokenReference into EncryptedData element.</em>
+<a name="377" href="#377">377</a> <em class="jxr_javadoccomment">     */</em>
+<a name="378" href="#378">378</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> EMBED_SECURITY_TOKEN_REF = 6;
+<a name="379" href="#379">379</a>     
+<a name="380" href="#380">380</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="381" href="#381">381</a> <em class="jxr_javadoccomment">     * &lt;code&gt;UT_SIGNING&lt;/code&gt; is used internally only to set a specific Signature</em>
+<a name="382" href="#382">382</a> <em class="jxr_javadoccomment">     * behavior.</em>
+<a name="383" href="#383">383</a> <em class="jxr_javadoccomment">     * </em>
+<a name="384" href="#384">384</a> <em class="jxr_javadoccomment">     * The signing token is constructed from values in the UsernameToken according</em>
+<a name="385" href="#385">385</a> <em class="jxr_javadoccomment">     * to WS-Trust specification.</em>
 <a name="386" href="#386">386</a> <em class="jxr_javadoccomment">     */</em>
-<a name="387" href="#387">387</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> THUMBPRINT_IDENTIFIER = 8;
+<a name="387" href="#387">387</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_SIGNING = 7;
 <a name="388" href="#388">388</a>     
 <a name="389" href="#389">389</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="390" href="#390">390</a> <em class="jxr_javadoccomment">     * &lt;code&gt;CUSTOM_SYMM_SIGNING&lt;/code&gt; is used internally only to set a </em>
-<a name="391" href="#391">391</a> <em class="jxr_javadoccomment">     * specific Signature behavior.</em>
+<a name="390" href="#390">390</a> <em class="jxr_javadoccomment">     * &lt;code&gt;THUMPRINT_IDENTIFIER&lt;/code&gt; is used to set the specific key identifier</em>
+<a name="391" href="#391">391</a> <em class="jxr_javadoccomment">     * ThumbprintSHA1.</em>
 <a name="392" href="#392">392</a> <em class="jxr_javadoccomment">     * </em>
-<a name="393" href="#393">393</a> <em class="jxr_javadoccomment">     * The signing key, reference id and value type are set externally. </em>
-<a name="394" href="#394">394</a> <em class="jxr_javadoccomment">     */</em>
-<a name="395" href="#395">395</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_SYMM_SIGNING = 9;
-<a name="396" href="#396">396</a>     
-<a name="397" href="#397">397</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="398" href="#398">398</a> <em class="jxr_javadoccomment">     * &lt;code&gt;ENCRYPTED_KEY_SHA1_IDENTIFIER&lt;/code&gt; is used to set the specific key identifier</em>
-<a name="399" href="#399">399</a> <em class="jxr_javadoccomment">     * EncryptedKeySHA1.</em>
-<a name="400" href="#400">400</a> <em class="jxr_javadoccomment">     * </em>

[... 146 lines stripped ...]