Apache CXF API

org.apache.cxf.ws.security.wss4j.policyhandlers
Class AsymmetricBindingHandler

java.lang.Object
  extended by org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder
      extended by org.apache.cxf.ws.security.wss4j.policyhandlers.AsymmetricBindingHandler

public class AsymmetricBindingHandler
extends AbstractBindingBuilder


Field Summary
 
Fields inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder
aim, binding, CRYPTO_CACHE, encryptedTokensList, endEncSuppTokMap, endSuppTokMap, mainSigId, message, protectionOrder, saaj, secHeader, sgndEndEncSuppTokMap, sgndEndSuppTokMap, sigConfList, signatures, timestampEl, wssConfig
 
Constructor Summary
AsymmetricBindingHandler(org.apache.ws.security.WSSConfig config, AsymmetricBinding binding, javax.xml.soap.SOAPMessage saaj, org.apache.ws.security.message.WSSecHeader secHeader, AssertionInfoMap aim, SoapMessage message)
           
 
Method Summary
static String getRequestEncryptedKeyId(List<org.apache.ws.security.handler.WSHandlerResult> results)
           
static byte[] getRequestEncryptedKeyValue(List<org.apache.ws.security.handler.WSHandlerResult> results)
           
 void handleBinding()
           
 
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, getEncryptedKeyBuilder, getEncryptedParts, getEncryptionCrypto, getPartsAndElements, getPassword, getSecurityToken, getSignatureBuilder, getSignatureBuilder, getSignatureCrypto, getSignedParts, getTokenStore, getUsername, getWss10, handleEncryptedSignedHeaders, handleLayout, handleSupportingTokens, handleSupportingTokens, handleSupportingTokens, includeToken, 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
 

Constructor Detail

AsymmetricBindingHandler

public AsymmetricBindingHandler(org.apache.ws.security.WSSConfig config,
                                AsymmetricBinding binding,
                                javax.xml.soap.SOAPMessage saaj,
                                org.apache.ws.security.message.WSSecHeader secHeader,
                                AssertionInfoMap aim,
                                SoapMessage message)
Method Detail

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 API

Apache CXF