May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface javax.net.ssl.SSLSessionContext
Classes that implement this interface can be used to group together SSL sessions, which can be set or retrieved via their session ID.
public interface javax.net.ssl.SSLSessionContext {
// Instance Methods
public abstract Enumeration getIds( );
public abstract SSLSession getSession(byte[]);
}Read now
Unlock full access