Package | Description |
---|---|
org.apache.camel.component.as2.api | |
org.apache.camel.component.as2.api.protocol | |
org.apache.camel.component.as2.api.util |
Modifier and Type | Method and Description |
---|---|
static AS2SignatureAlgorithm |
AS2SignatureAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AS2SignatureAlgorithm[] |
AS2SignatureAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.protocol.HttpProcessor |
AS2ServerConnection.initProtocolProcessor(String as2Version,
String originServer,
String serverFqdn,
int port,
AS2SignatureAlgorithm signatureAlgorithm,
Certificate[] signingCertificateChain,
PrivateKey signingPrivateKey,
PrivateKey decryptingPrivateKey) |
org.apache.http.protocol.HttpCoreContext |
AS2ClientManager.send(String ediMessage,
String requestUri,
String subject,
String from,
String as2From,
String as2To,
AS2MessageStructure as2MessageStructure,
org.apache.http.entity.ContentType ediMessageContentType,
String ediMessageTransferEncoding,
AS2SignatureAlgorithm signingAlgorithm,
Certificate[] signingCertificateChain,
PrivateKey signingPrivateKey,
AS2CompressionAlgorithm compressionAlgorithm,
String dispositionNotificationTo,
String[] signedReceiptMicAlgorithms,
AS2EncryptionAlgorithm encryptingAlgorithm,
Certificate[] encryptingCertificateChain)
Send
ediMessage to trading partner. |
Constructor and Description |
---|
AS2ServerConnection(String as2Version,
String originServer,
String serverFqdn,
Integer serverPortNumber,
AS2SignatureAlgorithm signingAlgorithm,
Certificate[] signingCertificateChain,
PrivateKey signingPrivateKey,
PrivateKey decryptingPrivateKey) |
Constructor and Description |
---|
ResponseMDN(String as2Version,
String serverFQDN,
AS2SignatureAlgorithm signingAlgorithm,
Certificate[] signingCertificateChain,
PrivateKey signingPrivateKey,
PrivateKey decryptingPrivateKey) |
Modifier and Type | Method and Description |
---|---|
static AS2SignedDataGenerator |
SigningUtils.createSigningGenerator(AS2SignatureAlgorithm signingAlgorithm,
Certificate[] certificateChain,
PrivateKey privateKey) |
Apache Camel