.quorum.tessera.security.22.1.4.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 security Show documentation
Show all versions of security Show documentation
Tessera is a stateless Java system that is used to enable the encryption, decryption, and distribution of private transactions for Quorum.
module tessera.security {
requires jakarta.xml.bind;
requires cryptacular;
requires org.slf4j;
requires tessera.config;
requires tessera.shared;
requires org.bouncycastle.pkix;
requires org.bouncycastle.provider;
exports com.quorum.tessera.ssl.context;
uses com.quorum.tessera.ssl.context.ClientSSLContextFactory;
uses com.quorum.tessera.ssl.context.ServerSSLContextFactory;
provides com.quorum.tessera.ssl.context.ClientSSLContextFactory with
com.quorum.tessera.ssl.context.ClientSSLContextFactoryImpl;
provides com.quorum.tessera.ssl.context.ServerSSLContextFactory with
com.quorum.tessera.ssl.context.ServerSSLContextFactoryImpl;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy