Searched defs:encodingType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/wsse/
H A DBinarySecurityToken.java86 private QName encodingType = null; field in class:BinarySecurityToken
113 * and encoded in the specified <code>encodingType</code>.
116 * @param encodingType encoding type of the value
122 QName encodingType)
125 if (value == null || valueType == null || encodingType == null) {
131 this.encodingType = encodingType;
194 encodingType = (QName)
208 if (encodingType == null) {
265 return encodingType;
120 BinarySecurityToken(String value, QName valueType, QName encodingType) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/wsse/
H A DBinarySecurityToken.java86 private QName encodingType = null; field in class:BinarySecurityToken
113 * and encoded in the specified <code>encodingType</code>.
116 * @param encodingType encoding type of the value
122 QName encodingType)
125 if (value == null || valueType == null || encodingType == null) {
131 this.encodingType = encodingType;
194 encodingType = (QName)
208 if (encodingType == null) {
265 return encodingType;
120 BinarySecurityToken(String value, QName valueType, QName encodingType) argument
[all...]

Completed in 21 milliseconds