org.apache.wss4j.common
Class SignatureActionToken
java.lang.Object
org.apache.wss4j.common.SignatureEncryptionActionToken
org.apache.wss4j.common.SignatureActionToken
- All Implemented Interfaces:
- SecurityActionToken
public class SignatureActionToken
- extends SignatureEncryptionActionToken
This class encapsulates configuration for Signature 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 |
SignatureActionToken
public SignatureActionToken()
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.