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, encryptedTokensIdList, endEncSuppTokMap, endSuppTokMap, mainSigId, message, protectionOrder, saaj, SAMLTOKEN_NS11, secHeader, sgndEndEncSuppTokMap, sgndEndSuppTokMap, signatures, timestampEl, WSS_SAML_TOKEN_TYPE, WSS_SAML2_KI_VALUE_TYPE, WSS_SAML2_TOKEN_TYPE
 
Constructor Summary
AsymmetricBindingHandler(AsymmetricBinding binding, javax.xml.soap.SOAPMessage saaj, org.apache.ws.security.message.WSSecHeader secHeader, AssertionInfoMap aim, SoapMessage message)
           
 
Method Summary
static String getRequestEncryptedKeyId(Vector results)
           
static byte[] getRequestEncryptedKeyValue(Vector results)
           
 void handleBinding()
           
 
Methods inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder
addDerivedKeyElement, addEncyptedKeyElement, addSignatureConfirmation, addSignatureParts, addSupportingElement, addSupportingTokens, addTopDownElement, addUsernameToken, addWsuIdToElement, assertSupportingTokens, assertSupportingTokens, cloneElement, createTimestamp, doEndorse, doEndorsedSignatures, findAndAssertPolicy, getCrypto, getCryptoCache, getEncryptedKeyBuilder, getEncryptedParts, getEncryptionCrypto, getPartsAndElements, getPassword, getSecurityToken, getSignatureBuider, getSignatureCrypto, getSignedParts, getTokenStore, getUsername, getWss10, handleEncryptedSignedHeaders, handleLayout, handleSupportingTokens, handleSupportingTokens, handleSupportingTokens, insertBeforeBottomUp, isRequestor, policyAsserted, policyAsserted, policyNotAsserted, policyNotAsserted, setEncryptionUser, setKeyIdentifierType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsymmetricBindingHandler

public AsymmetricBindingHandler(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(Vector results)

getRequestEncryptedKeyValue

public static byte[] getRequestEncryptedKeyValue(Vector results)

Apache CXF API

Apache CXF