Uses of Class
org.apache.wss4j.dom.WSSConfig

Packages that use WSSConfig
org.apache.wss4j.dom   
org.apache.wss4j.dom.handler   
org.apache.wss4j.dom.message   
org.apache.wss4j.dom.saml   
org.apache.wss4j.dom.util   
 

Uses of WSSConfig in org.apache.wss4j.dom
 

Methods in org.apache.wss4j.dom that return WSSConfig
static WSSConfig WSSConfig.getNewInstance()
           
 WSSConfig WSSecurityEngine.getWssConfig()
           
 WSSConfig WSSecurityEngine.setWssConfig(WSSConfig cfg)
           
 

Methods in org.apache.wss4j.dom with parameters of type WSSConfig
 WSSConfig WSSecurityEngine.setWssConfig(WSSConfig cfg)
           
 

Uses of WSSConfig in org.apache.wss4j.dom.handler
 

Methods in org.apache.wss4j.dom.handler that return WSSConfig
 WSSConfig RequestData.getWssConfig()
           
 

Methods in org.apache.wss4j.dom.handler with parameters of type WSSConfig
 void RequestData.setWssConfig(WSSConfig wssConfig)
           
 

Uses of WSSConfig in org.apache.wss4j.dom.message
 

Methods in org.apache.wss4j.dom.message that return WSSConfig
 WSSConfig WSSecBase.getWsConfig()
           
 

Methods in org.apache.wss4j.dom.message with parameters of type WSSConfig
 List<Reference> WSSecSignatureBase.addReferencesToSign(Document doc, List<WSEncryptionPart> references, WSDocInfo wsDocInfo, XMLSignatureFactory signatureFactory, WSSecHeader secHeader, WSSConfig wssConfig, String digestAlgo)
          This method adds references to the Signature.
static List<String> WSSecEncrypt.doEncryption(Document doc, WSSConfig config, org.apache.xml.security.keys.KeyInfo keyInfo, SecretKey secretKey, String encryptionAlgorithm, List<WSEncryptionPart> references, CallbackLookup callbackLookup)
          Perform encryption on the SOAP envelope.
static List<String> WSSecEncrypt.doEncryption(Document doc, WSSConfig config, org.apache.xml.security.keys.KeyInfo keyInfo, SecretKey secretKey, String encryptionAlgorithm, List<WSEncryptionPart> references, CallbackLookup callbackLookup, CallbackHandler attachmentCallbackHandler, List<Element> attachmentEncryptedDataElements)
           
 void WSSecBase.setWsConfig(WSSConfig wsConfig)
           
 

Constructors in org.apache.wss4j.dom.message with parameters of type WSSConfig
WSSecBase(WSSConfig config)
           
WSSecDerivedKeyBase(WSSConfig config)
           
WSSecDKEncrypt(WSSConfig config)
           
WSSecDKSign(WSSConfig config)
           
WSSecEncrypt(WSSConfig config)
           
WSSecEncryptedKey(WSSConfig config)
           
WSSecSAMLToken(WSSConfig config)
           
WSSecSignature(WSSConfig config)
           
WSSecSignatureBase(WSSConfig config)
           
WSSecSignatureConfirmation(WSSConfig config)
           
WSSecTimestamp(WSSConfig config)
           
WSSecUsernameToken(WSSConfig config)
           
 

Uses of WSSConfig in org.apache.wss4j.dom.saml
 

Constructors in org.apache.wss4j.dom.saml with parameters of type WSSConfig
WSSecSignatureSAML(WSSConfig config)
          Constructor.
 

Uses of WSSConfig in org.apache.wss4j.dom.util
 

Methods in org.apache.wss4j.dom.util with parameters of type WSSConfig
static List<HandlerAction> WSSecurityUtil.decodeHandlerAction(String action, WSSConfig wssConfig)
          Decode an action String.
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.