@ConfigurationProperties(prefix="camel.dataformat.crypto") public class CryptoDataFormatConfiguration extends Object
Constructor and Description |
---|
CryptoDataFormatConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getAlgorithmParameterRef() |
Integer |
getBuffersize() |
String |
getCryptoProvider() |
String |
getInitVectorRef() |
Boolean |
getInline() |
String |
getKeyRef() |
String |
getMacAlgorithm() |
Boolean |
getShouldAppendHMAC() |
void |
setAlgorithm(String algorithm) |
void |
setAlgorithmParameterRef(String algorithmParameterRef) |
void |
setBuffersize(Integer buffersize) |
void |
setCryptoProvider(String cryptoProvider) |
void |
setInitVectorRef(String initVectorRef) |
void |
setInline(Boolean inline) |
void |
setKeyRef(String keyRef) |
void |
setMacAlgorithm(String macAlgorithm) |
void |
setShouldAppendHMAC(Boolean shouldAppendHMAC) |
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getCryptoProvider()
public void setCryptoProvider(String cryptoProvider)
public String getKeyRef()
public void setKeyRef(String keyRef)
public String getInitVectorRef()
public void setInitVectorRef(String initVectorRef)
public String getAlgorithmParameterRef()
public void setAlgorithmParameterRef(String algorithmParameterRef)
public Integer getBuffersize()
public void setBuffersize(Integer buffersize)
public String getMacAlgorithm()
public void setMacAlgorithm(String macAlgorithm)
public Boolean getShouldAppendHMAC()
public void setShouldAppendHMAC(Boolean shouldAppendHMAC)
public Boolean getInline()
public void setInline(Boolean inline)
Apache Camel