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: af3c2b960495592ce206afda53d7c5c1894ef990 (plain)
1
2
3
4
package org.bouncycastle.crypto.tls;

public interface TlsServerContext extends TlsContext {
}