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, updateEntryConfigpublic static final String TYPE
public void init(WSSEntryConfig config, OutgoingWss container)
protected JComponent buildUI()
buildUI in class WssEntryBasepublic void release()
release in interface WssEntryrelease in class WssEntryBaseprotected void load(XmlObjectConfigurationReader reader)
load in class WssEntryBaseprotected void save(XmlObjectConfigurationBuilder builder)
save in class WssEntryBasepublic void process(org.apache.ws.security.message.WSSecHeader secHeader,
                    Document doc,
                    PropertyExpansionContext context)
protected void addPropertyExpansions(PropertyExpansionsResult result)
addPropertyExpansions in class WssEntryBasepublic 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.