Uses of Interface
org.apache.camel.builder.component.dsl.CryptoComponentBuilderFactory.CryptoComponentBuilder
Packages that use CryptoComponentBuilderFactory.CryptoComponentBuilder
-
Uses of CryptoComponentBuilderFactory.CryptoComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return CryptoComponentBuilderFactory.CryptoComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.crypto()Crypto (JCE) (camel-crypto) Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE). -
Uses of CryptoComponentBuilderFactory.CryptoComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement CryptoComponentBuilderFactory.CryptoComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return CryptoComponentBuilderFactory.CryptoComponentBuilderModifier and TypeMethodDescriptionSets the JCE name of the Algorithm that should be used for the signer.Sets the alias used to query the KeyStore for keys and {link java.security.cert.Certificate Certificates} to be used in signing and verifying exchanges.CryptoComponentBuilderFactory.CryptoComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.CryptoComponentBuilderFactory.CryptoComponentBuilder.bufferSize(Integer bufferSize) Set the size of the buffer used to read in the Exchange payload data.CryptoComponentBuilderFactory.CryptoComponentBuilder.certificate(Certificate certificate) Set the Certificate that should be used to verify the signature in the exchange based on its payload.CryptoComponentBuilderFactory.CryptoComponentBuilder.certificateName(String certificateName) Sets the reference name for a PrivateKey that can be found in the registry.CryptoComponentBuilderFactory.CryptoComponentBuilder.clearHeaders(boolean clearHeaders) Determines if the Signature specific headers be cleared after signing and verification.CryptoComponentBuilderFactory.CryptoComponentBuilder.configuration(org.apache.camel.component.crypto.DigitalSignatureConfiguration configuration) To use the shared DigitalSignatureConfiguration as configuration.CryptoComponentBuilderFactory.crypto()Crypto (JCE) (camel-crypto) Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE).Sets the KeyStore that can contain keys and Certficates for use in signing and verifying exchanges.CryptoComponentBuilderFactory.CryptoComponentBuilder.keystoreName(String keystoreName) Sets the reference name for a Keystore that can be found in the registry.CryptoComponentBuilderFactory.CryptoComponentBuilder.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.CryptoComponentBuilderFactory.CryptoComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Sets the password used to access an aliased PrivateKey in the KeyStore.CryptoComponentBuilderFactory.CryptoComponentBuilder.privateKey(PrivateKey privateKey) Set the PrivateKey that should be used to sign the exchange.CryptoComponentBuilderFactory.CryptoComponentBuilder.privateKeyName(String privateKeyName) Sets the reference name for a PrivateKey that can be found in the registry.Set the id of the security provider that provides the configured Signature algorithm.Set the PublicKey that should be used to verify the signature in the exchange.CryptoComponentBuilderFactory.CryptoComponentBuilder.publicKeyName(String publicKeyName) references that should be resolved when the context changes.CryptoComponentBuilderFactory.CryptoComponentBuilder.secureRandom(SecureRandom secureRandom) Set the SecureRandom used to initialize the Signature service.CryptoComponentBuilderFactory.CryptoComponentBuilder.secureRandomName(String secureRandomName) Sets the reference name for a SecureRandom that can be found in the registry.CryptoComponentBuilderFactory.CryptoComponentBuilder.signatureHeaderName(String signatureHeaderName) Set the name of the message header that should be used to store the base64 encoded signature.