org.apache.wss4j.common
Class EncryptionActionToken
java.lang.Object
org.apache.wss4j.common.SignatureEncryptionActionToken
org.apache.wss4j.common.EncryptionActionToken
- All Implemented Interfaces:
- SecurityActionToken
public class EncryptionActionToken
- extends SignatureEncryptionActionToken
This class encapsulates configuration for Encryption Actions.
| Methods inherited from class org.apache.wss4j.common.SignatureEncryptionActionToken |
getCertificate, getCrypto, getCryptoProperties, getDerivedKeyIdentifier, getDerivedKeyLength, getDerivedKeyTokenReference, getDigestAlgorithm, getKey, getKeyIdentifier, getKeyIdentifierId, getKeyInfoElement, getOptionalParts, getParts, getSha1Value, getTokenId, getTokenType, getUser, isIncludeToken, setCertificate, setCrypto, setCryptoProperties, setDerivedKeyIdentifier, setDerivedKeyLength, setDerivedKeyTokenReference, setDigestAlgorithm, setIncludeToken, setKey, setKeyIdentifier, setKeyIdentifierId, setKeyInfoElement, setOptionalParts, setParts, setSha1Value, setTokenId, setTokenType, setUser |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptionActionToken
public EncryptionActionToken()
isEncSymmetricEncryptionKey
public boolean isEncSymmetricEncryptionKey()
setEncSymmetricEncryptionKey
public void setEncSymmetricEncryptionKey(boolean encSymmetricEncryptionKey)
getMgfAlgorithm
public String getMgfAlgorithm()
setMgfAlgorithm
public void setMgfAlgorithm(String mgfAlgorithm)
getSymmetricAlgorithm
public String getSymmetricAlgorithm()
setSymmetricAlgorithm
public void setSymmetricAlgorithm(String symmetricAlgorithm)
getKeyTransportAlgorithm
public String getKeyTransportAlgorithm()
setKeyTransportAlgorithm
public void setKeyTransportAlgorithm(String keyTransportAlgorithm)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.