public class AS2ServerConnection extends Object
Constructor and Description |
---|
AS2ServerConnection(String as2Version,
String originServer,
String serverFqdn,
Integer serverPortNumber,
AS2SignatureAlgorithm signingAlgorithm,
Certificate[] signingCertificateChain,
PrivateKey signingPrivateKey,
PrivateKey decryptingPrivateKey) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
PrivateKey |
getDecryptingPrivateKey() |
PrivateKey |
getSigningPrivateKey() |
protected org.apache.http.protocol.HttpProcessor |
initProtocolProcessor(String as2Version,
String originServer,
String serverFqdn,
int port,
AS2SignatureAlgorithm signatureAlgorithm,
Certificate[] signingCertificateChain,
PrivateKey signingPrivateKey,
PrivateKey decryptingPrivateKey) |
void |
listen(String requestUri,
org.apache.http.protocol.HttpRequestHandler handler) |
void |
stopListening(String requestUri) |
public AS2ServerConnection(String as2Version, String originServer, String serverFqdn, Integer serverPortNumber, AS2SignatureAlgorithm signingAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey, PrivateKey decryptingPrivateKey) throws IOException
IOException
public PrivateKey getSigningPrivateKey()
public PrivateKey getDecryptingPrivateKey()
public void close()
public void listen(String requestUri, org.apache.http.protocol.HttpRequestHandler handler) throws IOException
IOException
public void stopListening(String requestUri)
protected org.apache.http.protocol.HttpProcessor initProtocolProcessor(String as2Version, String originServer, String serverFqdn, int port, AS2SignatureAlgorithm signatureAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey, PrivateKey decryptingPrivateKey)
Apache Camel