Uses of Class
org.apache.wss4j.common.SignatureEncryptionActionToken
-
Packages that use SignatureEncryptionActionToken Package Description org.apache.wss4j.common org.apache.wss4j.dom.action -
-
Uses of SignatureEncryptionActionToken in org.apache.wss4j.common
Subclasses of SignatureEncryptionActionToken in org.apache.wss4j.common Modifier and Type Class Description classEncryptionActionTokenThis class encapsulates configuration for Encryption Actions.classSignatureActionTokenThis class encapsulates configuration for Signature Actions. -
Uses of SignatureEncryptionActionToken in org.apache.wss4j.dom.action
Methods in org.apache.wss4j.dom.action with parameters of type SignatureEncryptionActionToken Modifier and Type Method Description protected voidAbstractDerivedAction. setupEKReference(WSSecDerivedKeyBase derivedKeyBase, SignatureEncryptionActionToken previousActionToken)protected ElementAbstractDerivedAction. setupEKReference(WSSecDerivedKeyBase derivedKeyBase, WSSecHeader securityHeader, SignatureEncryptionActionToken actionToken, String keyTransportAlgorithm, String mgfAlgorithm, SecretKey symmetricKey)protected ElementAbstractDerivedAction. setupSCTReference(WSSecDerivedKeyBase derivedKeyBase, WSPasswordCallback passwordCallback, SignatureEncryptionActionToken actionToken, boolean use200512Namespace, Document doc)protected voidAbstractDerivedAction. setupSCTReference(WSSecDerivedKeyBase derivedKeyBase, SignatureEncryptionActionToken previousActionToken, boolean use200512Namespace)
-