Uses of Interface
org.apache.camel.builder.endpoint.dsl.DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder
Packages that use DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder
-
Uses of DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilderModifier and TypeMethodDescriptionCrypto (JCE) (camel-crypto) Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE).Crypto (JCE) (camel-crypto) Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE). -
Uses of DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilderModifier 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.DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder.basic()DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder.certificateName(String certificateName) Sets the reference name for a PrivateKey that can be found in the registry.Crypto (JCE) (camel-crypto) Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE).DigitalSignatureEndpointBuilderFactory.DigitalSignatureBuilders.crypto(String componentName, String path) Crypto (JCE) (camel-crypto) Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE).DigitalSignatureEndpointBuilderFactory.endpointBuilder(String componentName, String path) Sets the KeyStore that can contain keys and Certficates for use in signing and verifying exchanges.Sets the KeyStore that can contain keys and Certficates for use in signing and verifying exchanges.DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder.keystoreName(String keystoreName) Sets the reference name for a Keystore that can be found in the registry.Sets the password used to access an aliased PrivateKey in the KeyStore.DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder.privateKey(String privateKey) Set the PrivateKey that should be used to sign the exchange.DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder.privateKey(PrivateKey privateKey) Set the PrivateKey that should be used to sign the exchange.DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder.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.DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder.publicKeyName(String publicKeyName) references that should be resolved when the context changes.DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder.secureRandomName(String secureRandomName) Sets the reference name for a SecureRandom that can be found in the registry.DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder.signatureHeaderName(String signatureHeaderName) Set the name of the message header that should be used to store the base64 encoded signature.