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   
 

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)
           
 


Apache CXF API

Apache CXF