public abstract class SignatureEncryptionActionToken extends Object implements SecurityActionToken
Constructor and Description |
---|
SignatureEncryptionActionToken() |
public X509Certificate getCertificate()
getCertificate
in interface SecurityActionToken
public void setCertificate(X509Certificate certificate)
public byte[] getKey()
getKey
in interface SecurityActionToken
public void setKey(byte[] key)
public Element getKeyInfoElement()
public void setKeyInfoElement(Element keyInfoElement)
public String getUser()
getUser
in interface SecurityActionToken
public void setUser(String user)
public Crypto getCrypto() throws WSSecurityException
getCrypto
in interface SecurityActionToken
WSSecurityException
public void setCrypto(Crypto crypto)
public String getKeyIdentifier()
public void setKeyIdentifier(String keyIdentifier)
public String getDigestAlgorithm()
public void setDigestAlgorithm(String digestAlgorithm)
public String getOptionalParts()
public void setOptionalParts(String optionalParts)
public int getKeyIdentifierId()
public void setKeyIdentifierId(int keyIdentifierId)
public List<WSEncryptionPart> getParts()
public void setParts(List<WSEncryptionPart> parts)
public void setCryptoProperties(String cryptoProperties)
public String getCryptoProperties()
getCryptoProperties
in interface SecurityActionToken
public String getTokenType()
public void setTokenType(String tokenType)
public String getTokenId()
public void setTokenId(String tokenId)
public String getSha1Value()
public void setSha1Value(String sha1Value)
public String getDerivedKeyTokenReference()
public void setDerivedKeyTokenReference(String derivedKeyTokenReference)
public int getDerivedKeyLength()
public void setDerivedKeyLength(int derivedKeyLength)
public int getDerivedKeyIdentifier()
public void setDerivedKeyIdentifier(int derivedKeyIdentifier)
public boolean isIncludeToken()
public void setIncludeToken(boolean includeToken)
Copyright © 2016 JBoss by Red Hat. All rights reserved.