Uses of Class
org.apache.rampart.policy.model.RampartConfig

Packages that use RampartConfig
org.apache.rampart.policy   
org.apache.rampart.util   
 

Uses of RampartConfig in org.apache.rampart.policy
 

Methods in org.apache.rampart.policy that return RampartConfig
 RampartConfig RampartPolicyData.getRampartConfig()
           
 

Methods in org.apache.rampart.policy with parameters of type RampartConfig
 void RampartPolicyData.setRampartConfig(RampartConfig rampartConfig)
           
 

Uses of RampartConfig in org.apache.rampart.util
 

Methods in org.apache.rampart.util with parameters of type RampartConfig
static org.apache.ws.security.components.crypto.Crypto RampartUtil.getEncryptionCrypto(RampartConfig config, java.lang.ClassLoader loader)
          Create the Crypto instance for encryption using information from the rampart configuration assertion
static org.apache.ws.security.components.crypto.Crypto RampartUtil.getSignatureCrypto(RampartConfig config, java.lang.ClassLoader loader)
          Create the Crypto instance for signature using information from the rampart configuration assertion