blob: 3f481068e996619326042be2249ae92f1f695b60 [file] [log] [blame]
package org.bouncycastle.crypto.tls;
/**
* Marker interface to distinguish a TLS client context.
*/
public interface TlsClientContext
extends TlsContext
{
}