package org.bouncycastle.crypto.tls;
Marker interface to distinguish a TLS server context.
/**
* Marker interface to distinguish a TLS server context.
*/
public interface TlsServerContext
extends TlsContext
{
}
package org.bouncycastle.crypto.tls;
Marker interface to distinguish a TLS server context.
/**
* Marker interface to distinguish a TLS server context.
*/
public interface TlsServerContext
extends TlsContext
{
}