org.apache.cxf.ws.security.wss4j.policyhandlers
Class AsymmetricBindingHandler
java.lang.Object
org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder
org.apache.cxf.ws.security.wss4j.policyhandlers.AsymmetricBindingHandler
public class AsymmetricBindingHandler
- extends AbstractBindingBuilder
| Fields inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder |
aim, binding, bottomUpElement, bstElement, CRYPTO_CACHE, encryptedTokensList, endEncSuppTokMap, endSuppTokMap, lastEncryptedKeyElement, mainSigId, message, protectionOrder, saaj, secHeader, sgndEndEncSuppTokMap, sgndEndSuppTokMap, sigConfList, signatures, timestampEl, topDownElement, wssConfig |
|
Constructor Summary |
AsymmetricBindingHandler(org.apache.ws.security.WSSConfig config,
AsymmetricBinding binding,
SOAPMessage saaj,
org.apache.ws.security.message.WSSecHeader secHeader,
org.apache.cxf.ws.policy.AssertionInfoMap aim,
org.apache.cxf.binding.soap.SoapMessage message)
|
| Methods inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder |
addDerivedKeyElement, addDKUsernameToken, addEncryptedKeyElement, addSamlToken, addSignatureConfirmation, addSignatureParts, addSupportingElement, addSupportingTokens, addTopDownElement, addUsernameToken, addWsuIdToElement, assertSupportingTokens, assertSupportingTokens, cloneElement, convertToEncryptionPart, createTimestamp, doEndorse, doEndorsedSignatures, findAndAssertPolicy, findIDFromSamlToken, getCallbackHandler, getCrypto, getCryptoCache, getElements, getEncryptedKeyBuilder, getEncryptedParts, getEncryptionCrypto, getParts, getPartsAndElements, getPassword, getSecurityToken, getSignatureBuilder, getSignatureBuilder, getSignatureCrypto, getSignedParts, getTokenStore, getUsername, getWss10, handleEncryptedSignedHeaders, handleLayout, handleSupportingTokens, handleSupportingTokens, handleSupportingTokens, handleUsernameTokenSupportingToken, includeToken, insertAfter, insertBeforeBottomUp, isRequestor, policyAsserted, policyAsserted, policyNotAsserted, policyNotAsserted, setEncryptionUser, setKeyIdentifierType, storeAssertionAsSecurityToken |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsymmetricBindingHandler
public AsymmetricBindingHandler(org.apache.ws.security.WSSConfig config,
AsymmetricBinding binding,
SOAPMessage saaj,
org.apache.ws.security.message.WSSecHeader secHeader,
org.apache.cxf.ws.policy.AssertionInfoMap aim,
org.apache.cxf.binding.soap.SoapMessage message)
handleBinding
public void handleBinding()
getRequestEncryptedKeyId
public static String getRequestEncryptedKeyId(List<org.apache.ws.security.handler.WSHandlerResult> results)
getRequestEncryptedKeyValue
public static byte[] getRequestEncryptedKeyValue(List<org.apache.ws.security.handler.WSHandlerResult> results)
Apache CXF