Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TlsServerContext.java « tls « crypto « bouncycastle « org « java « main « src - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4f508971cd6347ebefef107cdf7c046169d32e7 (plain)
1
2
3
4
5
6
package org.bouncycastle.crypto.tls;

public interface TlsServerContext
    extends TlsContext
{
}