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 build tools - do NOT edit this file!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Builder for the Crypto (JCE) component.static class
-
Method Summary
Static MethodsModifier and TypeMethodDescriptioncrypto()
Crypto (JCE) (camel-crypto) Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE).
-
Method Details
-
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
-