Rice Pastry API

org.mpisws.p2p.transport.ssl
Interface SSLTransportLayer

All Superinterfaces:
Destructable, MultiInetAddressTransportLayer, TransportLayer<MultiInetSocketAddress,java.nio.ByteBuffer>

public interface SSLTransportLayer
extends MultiInetAddressTransportLayer

Optionally Encrypts or Authenticates sockets.

Author:
Jeff Hoye

Field Summary
static int NO
           
static java.lang.String OPTION_AUTHENTICATION
           
static java.lang.String OPTION_ENCRYPTION
           
static int YES
           
 
Method Summary
 
Methods inherited from interface org.mpisws.p2p.transport.TransportLayer
acceptMessages, acceptSockets, getLocalIdentifier, openSocket, sendMessage, setCallback, setErrorHandler
 
Methods inherited from interface rice.Destructable
destroy
 

Field Detail

OPTION_ENCRYPTION

static final java.lang.String OPTION_ENCRYPTION
See Also:
Constant Field Values

OPTION_AUTHENTICATION

static final java.lang.String OPTION_AUTHENTICATION
See Also:
Constant Field Values

NO

static final int NO
See Also:
Constant Field Values

YES

static final int YES
See Also:
Constant Field Values

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection