com.digt.trusted.jsse.provider
Class DigtSSLSessionContext
java.lang.Object
com.digt.trusted.jsse.provider.DigtSSLSessionContext
- All Implemented Interfaces:
- javax.net.ssl.SSLSessionContext
public final class DigtSSLSessionContext
- extends java.lang.Object
- implements javax.net.ssl.SSLSessionContext
Created by IntelliJ IDEA.
User: wasa
Date: 24.10.2005
Time: 14:56:29
To change this template use File | Settings | File Templates.
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
getSession
public javax.net.ssl.SSLSession getSession(byte[] sessionId)
- Specified by:
getSession
in interface javax.net.ssl.SSLSessionContext
getIds
public java.util.Enumeration getIds()
- Specified by:
getIds
in interface javax.net.ssl.SSLSessionContext
setSessionTimeout
public void setSessionTimeout(int i)
throws java.lang.IllegalArgumentException
- Specified by:
setSessionTimeout
in interface javax.net.ssl.SSLSessionContext
- Throws:
java.lang.IllegalArgumentException
getSessionTimeout
public int getSessionTimeout()
- Specified by:
getSessionTimeout
in interface javax.net.ssl.SSLSessionContext
setSessionCacheSize
public void setSessionCacheSize(int i)
- Specified by:
setSessionCacheSize
in interface javax.net.ssl.SSLSessionContext
getSessionCacheSize
public int getSessionCacheSize()
- Specified by:
getSessionCacheSize
in interface javax.net.ssl.SSLSessionContext