public class SignatureEntry extends WssEntryBase
WssEntryBase.KeyAliasComboBoxModel, WssEntryBase.KeyIdentifierTypeRenderer
Constructor and Description |
---|
SignatureEntry() |
addPropertyChangeListener, createWSParts, getConfigurationPanel, getLabel, getOutgoingWss, getPassword, getPropertyExpansions, getUsername, getWssContainer, init, readKeyIdentifierType, readTableValues, removePropertyChangeListener, saveConfig, saveTableValues, setConfig, setPassword, setUsername, toString, updateEntryConfig
public static final String TYPE
public void init(WSSEntryConfig config, OutgoingWss container)
protected JComponent buildUI()
buildUI
in class WssEntryBase
public void release()
release
in interface WssEntry
release
in class WssEntryBase
protected void load(XmlObjectConfigurationReader reader)
load
in class WssEntryBase
protected void save(XmlObjectConfigurationBuilder builder)
save
in class WssEntryBase
public void process(org.apache.ws.security.message.WSSecHeader secHeader, Document doc, PropertyExpansionContext context)
protected void addPropertyExpansions(PropertyExpansionsResult result)
addPropertyExpansions
in class WssEntryBase
public String getCrypto()
public void setCrypto(String crypto)
public int getKeyIdentifierType()
public void setKeyIdentifierType(int keyIdentifierType)
public String getSignatureAlgorithm()
public void setSignatureAlgorithm(String signatureAlgorithm)
public String getDigestAlgorithm()
public void setDigestAlgorithm(String digestAlgorithm)
public String getSignatureCanonicalization()
public void setSignatureCanonicalization(String signatureCanonicalization)
public boolean isUseSingleCert()
public void setUseSingleCert(boolean useSingleCert)
public boolean isPrependSignature()
public void setPrependSignature(boolean prependSignature)
public String getCustomTokenId()
public void setCustomTokenId(String customTokenId)
public String getCustomTokenValueType()
public void setCustomTokenValueType(String customTokenValueType)
public void setParts(List<StringToStringMap> parts)
Copyright © 2019. All Rights Reserved.