Uses of Interface
org.apache.camel.builder.endpoint.dsl.PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder
Packages that use PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder
-
Uses of PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilderModifier and TypeMethodDescriptionPQCEndpointBuilderFactory.PQCEndpointBuilder.advanced()PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder.keyEncapsulationAlgorithm(String keyEncapsulationAlgorithm) In case there is no keyGenerator, we specify an algorithm to build the KeyGenerator.PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder.keyGenerator(String keyGenerator) The Key Generator to be used in encapsulation and extraction.PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder.keyGenerator(KeyGenerator keyGenerator) The Key Generator to be used in encapsulation and extraction.The KeyPair to be used.The KeyPair to be used.PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder.keyPairAlias(String keyPairAlias) A KeyPair alias to use in combination with KeyStore parameter.A KeyStore where we could get Cryptographic material.A KeyStore where we could get Cryptographic material.PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder.keyStorePassword(String keyStorePassword) The KeyStore password to use in combination with KeyStore Parameter.PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder.signatureAlgorithm(String signatureAlgorithm) In case there is no signer, we specify an algorithm to build the KeyPair or the Signer.The Signer to be used.The Signer to be used.PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder.storeExtractedSecretKeyAsHeader(boolean storeExtractedSecretKeyAsHeader) In the context of extractSecretKeyFromEncapsulation operation, this option define if we want to have the key set as header.PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder.storeExtractedSecretKeyAsHeader(String storeExtractedSecretKeyAsHeader) In the context of extractSecretKeyFromEncapsulation operation, this option define if we want to have the key set as header.PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder.symmetricKeyAlgorithm(String symmetricKeyAlgorithm) In case we are using KEM operations, we need a Symmetric algorithm to be defined for the flow to work.PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder.symmetricKeyLength(int symmetricKeyLength) The required length of the symmetric key used.PQCEndpointBuilderFactory.AdvancedPQCEndpointBuilder.symmetricKeyLength(String symmetricKeyLength) The required length of the symmetric key used.