org.apache.wss4j.common
Class SignatureActionToken

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

public class SignatureActionToken
extends SignatureEncryptionActionToken

This class encapsulates configuration for Signature Actions.


Constructor Summary
SignatureActionToken()
           
 
Method Summary
 String getC14nAlgorithm()
           
 String getSignatureAlgorithm()
           
 boolean isUseSingleCert()
           
 void setC14nAlgorithm(String c14nAlgorithm)
           
 void setSignatureAlgorithm(String signatureAlgorithm)
           
 void setUseSingleCert(boolean useSingleCert)
           
 
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

SignatureActionToken

public SignatureActionToken()
Method Detail

getC14nAlgorithm

public String getC14nAlgorithm()

setC14nAlgorithm

public void setC14nAlgorithm(String c14nAlgorithm)

isUseSingleCert

public boolean isUseSingleCert()

setUseSingleCert

public void setUseSingleCert(boolean useSingleCert)

getSignatureAlgorithm

public String getSignatureAlgorithm()

setSignatureAlgorithm

public void setSignatureAlgorithm(String signatureAlgorithm)


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.