Uses of Class
org.apache.ws.security.components.crypto.AlgorithmSuite

Packages that use AlgorithmSuite
org.apache.ws.security.components.crypto   
org.apache.ws.security.handler   
org.apache.ws.security.processor   
 

Uses of AlgorithmSuite in org.apache.ws.security.components.crypto
 

Constructors in org.apache.ws.security.components.crypto with parameters of type AlgorithmSuite
AlgorithmSuiteValidator(AlgorithmSuite algorithmSuite)
           
 

Uses of AlgorithmSuite in org.apache.ws.security.handler
 

Methods in org.apache.ws.security.handler that return AlgorithmSuite
 AlgorithmSuite RequestData.getAlgorithmSuite()
           
 AlgorithmSuite RequestData.getSamlAlgorithmSuite()
           
 

Methods in org.apache.ws.security.handler with parameters of type AlgorithmSuite
 void RequestData.setAlgorithmSuite(AlgorithmSuite algorithmSuite)
           
 void RequestData.setSamlAlgorithmSuite(AlgorithmSuite samlAlgorithmSuite)
           
 

Uses of AlgorithmSuite in org.apache.ws.security.processor
 

Methods in org.apache.ws.security.processor with parameters of type AlgorithmSuite
 List<WSSecurityEngineResult> EncryptedKeyProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo, AlgorithmSuite algorithmSuite)
           
 



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