nt15.2.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of agent15 Show documentation
Show all versions of agent15 Show documentation
A (partial) TLS 1.3 implementation in Java, suitable and intended for use in a QUIC implementation.
module tech.kwik.agent15 {
exports net.luminis.tls;
exports net.luminis.tls.alert;
exports net.luminis.tls.engine;
exports net.luminis.tls.env;
exports net.luminis.tls.extension;
exports net.luminis.tls.handshake;
requires at.favre.lib.hkdf;
}