Uses of Interface
org.apache.camel.builder.component.dsl.PqcComponentBuilderFactory.PqcComponentBuilder
Packages that use PqcComponentBuilderFactory.PqcComponentBuilder
-
Uses of PqcComponentBuilderFactory.PqcComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return PqcComponentBuilderFactory.PqcComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.pqc()PQC Algorithms (camel-pqc) Post Quantum Cryptography Signature and Verification component. -
Uses of PqcComponentBuilderFactory.PqcComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement PqcComponentBuilderFactory.PqcComponentBuilderMethods in org.apache.camel.builder.component.dsl that return PqcComponentBuilderFactory.PqcComponentBuilderModifier and TypeMethodDescriptionPqcComponentBuilderFactory.PqcComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.PqcComponentBuilderFactory.PqcComponentBuilder.configuration(org.apache.camel.component.pqc.PQCConfiguration configuration) Component configuration.PqcComponentBuilderFactory.PqcComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.PqcComponentBuilderFactory.PqcComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.PqcComponentBuilderFactory.PqcComponentBuilder.keyEncapsulationAlgorithm(String keyEncapsulationAlgorithm) In case there is no keyGenerator, we specify an algorithm to build the KeyGenerator.PqcComponentBuilderFactory.PqcComponentBuilder.keyGenerator(KeyGenerator keyGenerator) The Key Generator to be used in encapsulation and extraction.The KeyPair to be used.PqcComponentBuilderFactory.PqcComponentBuilder.keyPairAlias(String keyPairAlias) A KeyPair alias to use in combination with KeyStore parameter.A KeyStore where we could get Cryptographic material.PqcComponentBuilderFactory.PqcComponentBuilder.keyStorePassword(String keyStorePassword) The KeyStore password to use in combination with KeyStore Parameter.PqcComponentBuilderFactory.PqcComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).PqcComponentBuilderFactory.PqcComponentBuilder.operation(org.apache.camel.component.pqc.PQCOperations operation) The operation to perform.PqcComponentBuilderFactory.pqc()PQC Algorithms (camel-pqc) Post Quantum Cryptography Signature and Verification component.PqcComponentBuilderFactory.PqcComponentBuilder.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.PqcComponentBuilderFactory.PqcComponentBuilder.storeExtractedSecretKeyAsHeader(boolean storeExtractedSecretKeyAsHeader) In the context of extractSecretKeyFromEncapsulation operation, this option define if we want to have the key set as header.PqcComponentBuilderFactory.PqcComponentBuilder.symmetricKeyAlgorithm(String symmetricKeyAlgorithm) In case we are using KEM operations, we need a Symmetric algorithm to be defined for the flow to work.PqcComponentBuilderFactory.PqcComponentBuilder.symmetricKeyLength(int symmetricKeyLength) The required length of the symmetric key used.