| Package | Description |
|---|---|
| org.apache.james.protocols.api | |
| org.apache.james.protocols.netty |
| Modifier and Type | Method and Description |
|---|---|
static Encryption |
Encryption.createStartTls(SSLContext context) |
static Encryption |
Encryption.createStartTls(SSLContext context,
String[] enabledCipherSuites)
Create a new
Encryption which uses STARTTLS and only allows the given Ciphersuites |
static Encryption |
Encryption.createTls(SSLContext context) |
static Encryption |
Encryption.createTls(SSLContext context,
String[] enabledCipherSuites)
Create a new
Encryption which is TLS based and only allows the given Ciphersuites |
| Modifier and Type | Field and Description |
|---|---|
protected Encryption |
BasicChannelUpstreamHandler.secure |
protected Encryption |
NettyServer.secure |
| Constructor and Description |
|---|
BasicChannelUpstreamHandler(Protocol protocol,
Encryption secure) |
NettyServer(Protocol protocol,
Encryption secure) |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.