Uses of Class
org.apache.wss4j.dom.message.WSSecEncryptedKey
-
Packages that use WSSecEncryptedKey Package Description org.apache.cxf.ws.security.wss4j.policyhandlers org.apache.wss4j.dom.message -
-
Uses of WSSecEncryptedKey in org.apache.cxf.ws.security.wss4j.policyhandlers
Methods in org.apache.cxf.ws.security.wss4j.policyhandlers that return WSSecEncryptedKey Modifier and Type Method Description protected WSSecEncryptedKeyAbstractBindingBuilder. getEncryptedKeyBuilder(AbstractToken token, SecretKey symmetricKey)Methods in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type WSSecEncryptedKey Modifier and Type Method Description StringAbstractBindingBuilder. setEncryptionUser(WSSecEncryptedKey encrKeyBuilder, AbstractToken token, boolean sign, Crypto crypto) -
Uses of WSSecEncryptedKey in org.apache.wss4j.dom.message
Subclasses of WSSecEncryptedKey in org.apache.wss4j.dom.message Modifier and Type Class Description classWSSecEncryptEncrypts a parts of a message according to WS Specification, X509 profile, and adds the encryption data.
-