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, CRYPTO_CACHE, encryptedTokensList, endEncSuppTokMap, endSuppTokMap, mainSigId, message, protectionOrder, saaj, secHeader, sgndEndEncSuppTokMap, sgndEndSuppTokMap, sigConfList, signatures, timestampEl, wssConfig |
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, 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,
javax.xml.soap.SOAPMessage saaj,
org.apache.ws.security.message.WSSecHeader secHeader,
AssertionInfoMap aim,
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