@UriParams public class SignedDataCreatorConfiguration extends CryptoCmsMarshallerConfiguration
Constructor and Description |
---|
SignedDataCreatorConfiguration(org.apache.camel.CamelContext context) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIncludeContent() |
List<SignerInfo> |
getSigner() |
void |
init() |
void |
setIncludeContent(Boolean includeContent)
Indicates whether the signed content should be included into the Signed
Data instance.
|
void |
setSigner(List<?> signers) |
void |
setSigner(SignerInfo signer) |
getContext, getToBase64, logErrorAndThrow, setToBase64
public SignedDataCreatorConfiguration(org.apache.camel.CamelContext context)
public Boolean getIncludeContent()
public void setIncludeContent(Boolean includeContent)
public List<SignerInfo> getSigner()
public void setSigner(SignerInfo signer)
public void setSigner(List<?> signers)
public void init() throws CryptoCmsException
CryptoCmsException
Apache Camel