Apache CXF API

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

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

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

Methods in org.apache.cxf.ws.security.policy.model that return SignedEncryptedParts
 SignedEncryptedParts SupportingToken.getEncryptedParts()
           
 SignedEncryptedParts SupportingToken.getSignedParts()
           
 

Methods in org.apache.cxf.ws.security.policy.model with parameters of type SignedEncryptedParts
 void SupportingToken.setEncryptedParts(SignedEncryptedParts encryptedParts)
           
 void SupportingToken.setSignedParts(SignedEncryptedParts signedParts)
           
 

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

Methods in org.apache.cxf.ws.security.wss4j.policyvalidators with parameters of type SignedEncryptedParts
 void AbstractSupportingTokenPolicyValidator.setEncryptedParts(SignedEncryptedParts encryptedParts)
           
 void AbstractSupportingTokenPolicyValidator.setSignedParts(SignedEncryptedParts signedParts)
           
 


Apache CXF API

Apache CXF