DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder.advanced()
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.bufferSize(Integer bufferSize)
Set the size of the buffer used to read in the Exchange payload data.
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.bufferSize(String bufferSize)
Set the size of the buffer used to read in the Exchange payload data.
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.certificate(String certificate)
Set the Certificate that should be used to verify the signature in
the exchange based on its payload.
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.certificate(Certificate certificate)
Set the Certificate that should be used to verify the signature in
the exchange based on its payload.
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.clearHeaders(boolean clearHeaders)
Determines if the Signature specific headers be cleared after signing
and verification.
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.clearHeaders(String clearHeaders)
Determines if the Signature specific headers be cleared after signing
and verification.
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.keyStoreParameters(String keyStoreParameters)
Sets the KeyStore that can contain keys and Certficates for use in
signing and verifying exchanges based on the given
KeyStoreParameters.
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.keyStoreParameters(org.apache.camel.support.jsse.KeyStoreParameters keyStoreParameters)
Sets the KeyStore that can contain keys and Certficates for use in
signing and verifying exchanges based on the given
KeyStoreParameters.
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.publicKey(String publicKey)
Set the PublicKey that should be used to verify the signature in the
exchange.
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.publicKey(PublicKey publicKey)
Set the PublicKey that should be used to verify the signature in the
exchange.
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.secureRandom(String secureRandom)
Set the SecureRandom used to initialize the Signature service.
Set the SecureRandom used to initialize the Signature service.