Name

Interface javax.net.ssl.SSLSessionContext

Synopsis

Classes that implement this interface can be used to group together SSL sessions, which can be set or retrieved via their session ID.

Interface Definition

public interface javax.net.ssl.SSLSessionContext {

    // Instance Methods
    public abstract Enumeration getIds(  );
    public abstract SSLSession getSession(byte[]);
}

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.