org.apache.wss4j.common
Class EncryptionActionToken

java.lang.Object
  extended by org.apache.wss4j.common.SignatureEncryptionActionToken
      extended by org.apache.wss4j.common.EncryptionActionToken
All Implemented Interfaces:
SecurityActionToken

public class EncryptionActionToken
extends SignatureEncryptionActionToken

This class encapsulates configuration for Encryption Actions.


Constructor Summary
EncryptionActionToken()
           
 
Method Summary
 String getKeyTransportAlgorithm()
           
 String getMgfAlgorithm()
           
 String getSymmetricAlgorithm()
           
 boolean isEncSymmetricEncryptionKey()
           
 void setEncSymmetricEncryptionKey(boolean encSymmetricEncryptionKey)
           
 void setKeyTransportAlgorithm(String keyTransportAlgorithm)
           
 void setMgfAlgorithm(String mgfAlgorithm)
           
 void setSymmetricAlgorithm(String symmetricAlgorithm)
           
 
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
 

Constructor Detail

EncryptionActionToken

public EncryptionActionToken()
Method Detail

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.