Uses of Class
org.apache.wss4j.policy.model.EncryptedParts
-
Packages that use EncryptedParts Package Description org.apache.cxf.ws.security.wss4j.policyvalidators org.apache.wss4j.policy.model -
-
Uses of EncryptedParts in org.apache.cxf.ws.security.wss4j.policyvalidators
Methods in org.apache.cxf.ws.security.wss4j.policyvalidators with parameters of type EncryptedParts Modifier and Type Method Description voidAbstractSupportingTokenPolicyValidator. setEncryptedParts(EncryptedParts encryptedParts) -
Uses of EncryptedParts in org.apache.wss4j.policy.model
Methods in org.apache.wss4j.policy.model that return EncryptedParts Modifier and Type Method Description EncryptedPartsSupportingTokens. getEncryptedParts()Methods in org.apache.wss4j.policy.model with parameters of type EncryptedParts Modifier and Type Method Description protected voidSupportingTokens. setEncryptedParts(EncryptedParts encryptedParts)
-