Uses of Package
pt.unl.fct.di.novasys.babel2.ssl
Packages that use pt.unl.fct.di.novasys.babel2.ssl
Package
Description
QUIC transport channel implementation for Babel 2, providing multiplexed,
stream-oriented communication secured by mutual TLS.
TCP transport channel implementation for Babel 2, providing reliable, ordered,
connection-oriented message delivery over persistent TCP sockets with configurable
authentication modes and identity verification.
Ephemeral self-signed certificate generation and peer identity authentication
for TLS/QUIC and TLS/TCP in Babel 2.
-
Classes in pt.unl.fct.di.novasys.babel2.ssl used by pt.unl.fct.di.novasys.babel2.channels.quicClassDescriptionKey material containing the ephemeral private key, the generated self-signed certificate, and the long-term identity public key.
-
Classes in pt.unl.fct.di.novasys.babel2.ssl used by pt.unl.fct.di.novasys.babel2.channels.tcp_tlsClassDescriptionKey material containing the ephemeral private key, the generated self-signed certificate, and the long-term identity public key.
-
Classes in pt.unl.fct.di.novasys.babel2.ssl used by pt.unl.fct.di.novasys.babel2.sslClassDescriptionKey material containing the ephemeral private key, the generated self-signed certificate, and the long-term identity public key.An
X509ExtendedTrustManagerthat validates peer certificates according to the Babel 2 / libp2p TLS identity certificate pattern.