Uses of Enum Class
org.apache.camel.component.as2.api.AS2SignatureAlgorithm
Packages that use AS2SignatureAlgorithm
Package
Description
-
Uses of AS2SignatureAlgorithm in org.apache.camel.component.as2.api
Methods in org.apache.camel.component.as2.api that return AS2SignatureAlgorithmModifier and TypeMethodDescriptionstatic AS2SignatureAlgorithmReturns the enum constant of this class with the specified name.static AS2SignatureAlgorithm[]AS2SignatureAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.as2.api with parameters of type AS2SignatureAlgorithmModifier and TypeMethodDescriptionprotected org.apache.hc.core5.http.protocol.HttpProcessorAS2ServerConnection.initProtocolProcessor(String as2Version, String originServer, String serverFqdn, AS2SignatureAlgorithm signatureAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey, PrivateKey decryptingPrivateKey, String mdnMessageTemplate, Certificate[] validateSigningCertificateChain) org.apache.hc.core5.http.protocol.HttpCoreContextAS2ClientManager.send(Object ediMessage, String requestUri, String subject, String from, String as2From, String as2To, AS2MessageStructure as2MessageStructure, org.apache.hc.core5.http.ContentType ediMessageContentType, String ediMessageTransferEncoding, AS2SignatureAlgorithm signingAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey, AS2CompressionAlgorithm compressionAlgorithm, String dispositionNotificationTo, String[] signedReceiptMicAlgorithms, AS2EncryptionAlgorithm encryptingAlgorithm, Certificate[] encryptingCertificateChain, String attachedFileName, String receiptDeliveryOption) SendediMessageto trading partner.Constructors in org.apache.camel.component.as2.api with parameters of type AS2SignatureAlgorithmModifierConstructorDescriptionAS2ServerConnection(String as2Version, String originServer, String serverFqdn, Integer serverPortNumber, AS2SignatureAlgorithm signingAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey, PrivateKey decryptingPrivateKey, String mdnMessageTemplate, Certificate[] validateSigningCertificateChain, SSLContext sslContext) -
Uses of AS2SignatureAlgorithm in org.apache.camel.component.as2.api.protocol
Methods in org.apache.camel.component.as2.api.protocol with parameters of type AS2SignatureAlgorithmModifier and TypeMethodDescriptionstatic AS2SignedDataGeneratorResponseMDN.createSigningGenerator(org.apache.hc.core5.http.HttpRequest request, AS2SignatureAlgorithm signingAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey) Constructors in org.apache.camel.component.as2.api.protocol with parameters of type AS2SignatureAlgorithmModifierConstructorDescriptionResponseMDN(String as2Version, String serverFQDN, AS2SignatureAlgorithm signingAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey, PrivateKey decryptingPrivateKey, String mdnMessageTemplate, Certificate[] validateSigningCertificateChain) -
Uses of AS2SignatureAlgorithm in org.apache.camel.component.as2.api.util
Methods in org.apache.camel.component.as2.api.util with parameters of type AS2SignatureAlgorithmModifier and TypeMethodDescriptionstatic AS2SignedDataGeneratorSigningUtils.createSigningGenerator(AS2SignatureAlgorithm signingAlgorithm, Certificate[] certificateChain, PrivateKey privateKey)