Interface CryptoComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface CryptoComponentBuilderFactory
Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE). Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CryptoComponentBuilderFactory.CryptoComponentBuilder
Builder for the Crypto (JCE) component.static class
CryptoComponentBuilderFactory.CryptoComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static CryptoComponentBuilderFactory.CryptoComponentBuilder
crypto()
Crypto (JCE) (camel-crypto) Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE).
-
-
-
Method Detail
-
crypto
static CryptoComponentBuilderFactory.CryptoComponentBuilder crypto()
Crypto (JCE) (camel-crypto) Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE). Category: security,transformation Since: 2.3 Maven coordinates: org.apache.camel:camel-crypto- Returns:
- the dsl builder
-
-