Apache CXF API

Uses of Class
org.apache.cxf.ws.security.policy.model.SignedEncryptedElements

Packages that use SignedEncryptedElements
org.apache.cxf.ws.security.policy.model   
org.apache.cxf.ws.security.wss4j.policyvalidators   
 

Uses of SignedEncryptedElements in org.apache.cxf.ws.security.policy.model
 

Methods in org.apache.cxf.ws.security.policy.model that return SignedEncryptedElements
 SignedEncryptedElements SupportingToken.getEncryptedElements()
           
 SignedEncryptedElements SupportingToken.getSignedElements()
           
 

Methods in org.apache.cxf.ws.security.policy.model with parameters of type SignedEncryptedElements
 void SupportingToken.setEncryptedElements(SignedEncryptedElements encryptedElements)
           
 void SupportingToken.setSignedElements(SignedEncryptedElements signedElements)
           
 

Uses of SignedEncryptedElements in org.apache.cxf.ws.security.wss4j.policyvalidators
 

Methods in org.apache.cxf.ws.security.wss4j.policyvalidators with parameters of type SignedEncryptedElements
 void AbstractSupportingTokenPolicyValidator.setEncryptedElements(SignedEncryptedElements encryptedElements)
           
 void AbstractSupportingTokenPolicyValidator.setSignedElements(SignedEncryptedElements signedElements)
           
 


Apache CXF API

Apache CXF