Uses of Interface
com.sun.xml.ws.security.policy.AlgorithmSuite
-
-
Uses of AlgorithmSuite in com.sun.xml.ws.security.impl.policy
Classes in com.sun.xml.ws.security.impl.policy that implement AlgorithmSuite Modifier and Type Class Description classAlgorithmSuiteMethods in com.sun.xml.ws.security.impl.policy that return AlgorithmSuite Modifier and Type Method Description AlgorithmSuiteAsymmetricBinding. getAlgorithmSuite()AlgorithmSuiteSupportingTokens. getAlgorithmSuite()AlgorithmSuiteSymmetricBinding. getAlgorithmSuite()AlgorithmSuiteTransportBinding. getAlgorithmSuite()Methods in com.sun.xml.ws.security.impl.policy with parameters of type AlgorithmSuite Modifier and Type Method Description voidAsymmetricBinding. setAlgorithmSuite(AlgorithmSuite algSuite)voidSupportingTokens. setAlgorithmSuite(AlgorithmSuite algSuite)voidSymmetricBinding. setAlgorithmSuite(AlgorithmSuite algSuite)voidTransportBinding. setAlgorithmSuite(AlgorithmSuite algSuite) -
Uses of AlgorithmSuite in com.sun.xml.ws.security.impl.policyconv
Fields in com.sun.xml.ws.security.impl.policyconv declared as AlgorithmSuite Modifier and Type Field Description AlgorithmSuiteEncryptionTargetCreator. algorithmSuiteMethods in com.sun.xml.ws.security.impl.policyconv that return AlgorithmSuite Modifier and Type Method Description AlgorithmSuiteSecurityPolicyHolder. getBindingLevelAlgSuite()AlgorithmSuiteXWSSPolicyGenerator. getBindingLevelAlgSuite()Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type AlgorithmSuite Modifier and Type Method Description protected AlgorithmSuiteXWSSPolicyGenerator. getAlgoSuite(AlgorithmSuite suite)voidSecurityPolicyHolder. setBindingLevelAlgSuite(AlgorithmSuite suite)static voidSecurityPolicyUtil. setCanonicalizationMethod(SignaturePolicy.FeatureBinding spFB, AlgorithmSuite algorithmSuite)Constructors in com.sun.xml.ws.security.impl.policyconv with parameters of type AlgorithmSuite Constructor Description EncryptionAssertionProcessor(AlgorithmSuite algorithmSuite, boolean enforce)Creates a new instance of EncryptionAssertionProcessorEncryptionTargetCreator(AlgorithmSuite algorithmSuite, boolean enforce)Creates a new instance of EncryptionTargetCreatorIntegrityAssertionProcessor(AlgorithmSuite algorithmSuite, boolean contentOnly)Creates a new instance of IntegrityAssertionProcessorSignatureTargetCreator(boolean enforce, AlgorithmSuite algorithmSuite, boolean contentOnly)Creates a new instance of SignatureTargetCreator -
Uses of AlgorithmSuite in com.sun.xml.ws.security.policy
Methods in com.sun.xml.ws.security.policy that return AlgorithmSuite Modifier and Type Method Description abstract AlgorithmSuiteWSSecurityPolicyFactory. createAlgorithmSuite()AlgorithmSuiteBinding. getAlgorithmSuite()returns theAlgorithmSuiteassertions defined in the policy.AlgorithmSuiteSupportingTokens. getAlgorithmSuite()returns theAlgorithmSuitewhich will identify algorithms to use. -
Uses of AlgorithmSuite in com.sun.xml.ws.security.secconv
Methods in com.sun.xml.ws.security.secconv that return AlgorithmSuite Modifier and Type Method Description AlgorithmSuiteWSSCPlugin. getAlgorithmSuite() -
Uses of AlgorithmSuite in com.sun.xml.wss.jaxws.impl
Fields in com.sun.xml.wss.jaxws.impl declared as AlgorithmSuite Modifier and Type Field Description protected AlgorithmSuiteSecurityTubeBase. bindingLevelAlgSuiteMethods in com.sun.xml.wss.jaxws.impl that return AlgorithmSuite Modifier and Type Method Description protected AlgorithmSuiteSecurityTubeBase. getBindingAlgorithmSuite(com.sun.xml.ws.api.message.Packet packet)Methods in com.sun.xml.wss.jaxws.impl with parameters of type AlgorithmSuite Modifier and Type Method Description protected AlgorithmSuiteSecurityTubeBase. getAlgoSuite(AlgorithmSuite suite) -
Uses of AlgorithmSuite in com.sun.xml.wss.provider.wsit
Fields in com.sun.xml.wss.provider.wsit declared as AlgorithmSuite Modifier and Type Field Description protected AlgorithmSuiteWSITAuthContextBase. bindingLevelAlgSuiteMethods in com.sun.xml.wss.provider.wsit that return AlgorithmSuite Modifier and Type Method Description protected AlgorithmSuiteWSITAuthContextBase. getBindingAlgorithmSuite(com.sun.xml.ws.api.message.Packet packet)Methods in com.sun.xml.wss.provider.wsit with parameters of type AlgorithmSuite Modifier and Type Method Description protected AlgorithmSuiteWSITAuthContextBase. getAlgoSuite(AlgorithmSuite suite)
-