package org.bouncycastle.crypto.tls;
public interface TlsSession
{
SessionParameters exportSessionParameters();
byte[] getSessionID();
void invalidate();
boolean isResumable();
}
package org.bouncycastle.crypto.tls;
public interface TlsSession
{
SessionParameters exportSessionParameters();
byte[] getSessionID();
void invalidate();
boolean isResumable();
}