Uses of Enum Class
org.apache.camel.component.as2.api.AS2EncryptionAlgorithm
Packages that use AS2EncryptionAlgorithm
-
Uses of AS2EncryptionAlgorithm in org.apache.camel.component.as2.api
Methods in org.apache.camel.component.as2.api that return AS2EncryptionAlgorithmModifier and TypeMethodDescriptionstatic AS2EncryptionAlgorithmAS2EncryptionAlgorithm.getAS2Algorithm(String algorithmName) static AS2EncryptionAlgorithmReturns the enum constant of this class with the specified name.static AS2EncryptionAlgorithm[]AS2EncryptionAlgorithm.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 AS2EncryptionAlgorithmModifier and TypeMethodDescriptionorg.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. -
Uses of AS2EncryptionAlgorithm in org.apache.camel.component.as2.api.util
Methods in org.apache.camel.component.as2.api.util with parameters of type AS2EncryptionAlgorithmModifier and TypeMethodDescriptionstatic org.bouncycastle.operator.OutputEncryptorEncryptingUtils.createEncryptor(AS2EncryptionAlgorithm encryptionAlgorithm)