default :
throw new WSSecurityException(WSSecurityException.FAILURE,
"unsupportedKeyId");
}
KeyInfo keyInfo = new KeyInfo(doc);
keyInfo.addUnknownElement(secToken.getElement());
WSSecurityUtil.appendChildElement(doc, xencEncryptedKey, keyInfo.getElement());
Element xencCipherValue = WSEncryptBody.createCipherValue(doc, xencEncryptedKey);
xencCipherValue.appendChild(keyText);
// createDataRefList(doc, xencEncryptedKey, encDataRefs);