Java secure (SSL/TLS) and selectable socket channels for Jdk1.9

Rouplex-Niossl is a java SPI (service provider interface) for secure (SSL/TLS), selectable, socket channels. Some of the classes in the java.nio.channels package have been extended by secure counterparts that can be used side by side, or replace existing instances of the plain implementations. This package contains just the entry point calls for instantiating such instances, as well as a non-functional, default implementation. For a concrete implementation of these classes you can take a look at Rouplex-Niossl-Spi, which would be included as a separate dependency to your applications. More specifically this library defines SSLSocketChannel class to inherit from SocketChannel, SSLServerSocketChannel to inherit from ServerSocketChannel and SSLSelector to inherit from SSLSelector. One or more instances of SSLSocketChannel can be registered with an (or more) instance of SSLSelector to be selected upon, with the same exact semantics a SocketChannel would expect from registering with a Selector. Further, a mixture of SocketChannels and SSLSocketChannels can be registered simultaneously with an SSLSelector. The secure counterparts abide to the same API and semantics defined for plain channels at https://docs.oracle.com/javase/8/docs/api/java/nio/channels/package-summary.html. This way, the existing products can be easily updated to provide secure communication and new products can achieve security of data in transit by using the already proven and excellent patterns for communication such as nio.

Лицензия

Лицензия

Группа

Группа

org.rouplex
Идентификатор

Идентификатор

rouplex-niossl
Последняя версия

Последняя версия

1.9.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java secure (SSL/TLS) and selectable socket channels for Jdk1.9
Rouplex-Niossl is a java SPI (service provider interface) for secure (SSL/TLS), selectable, socket channels. Some of the classes in the java.nio.channels package have been extended by secure counterparts that can be used side by side, or replace existing instances of the plain implementations. This package contains just the entry point calls for instantiating such instances, as well as a non-functional, default implementation. For a concrete implementation of these classes you can take a look at Rouplex-Niossl-Spi, which would be included as a separate dependency to your applications. More specifically this library defines SSLSocketChannel class to inherit from SocketChannel, SSLServerSocketChannel to inherit from ServerSocketChannel and SSLSelector to inherit from SSLSelector. One or more instances of SSLSocketChannel can be registered with an (or more) instance of SSLSelector to be selected upon, with the same exact semantics a SocketChannel would expect from registering with a Selector. Further, a mixture of SocketChannels and SSLSocketChannels can be registered simultaneously with an SSLSelector. The secure counterparts abide to the same API and semantics defined for plain channels at https://docs.oracle.com/javase/8/docs/api/java/nio/channels/package-summary.html. This way, the existing products can be easily updated to provide secure communication and new products can achieve security of data in transit by using the already proven and excellent patterns for communication such as nio.

Скачать rouplex-niossl

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.rouplex/rouplex-niossl/ -->
<dependency>
    <groupId>org.rouplex</groupId>
    <artifactId>rouplex-niossl</artifactId>
    <version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.rouplex/rouplex-niossl/
implementation 'org.rouplex:rouplex-niossl:1.9.3'
// https://jarcasting.com/artifacts/org.rouplex/rouplex-niossl/
implementation ("org.rouplex:rouplex-niossl:1.9.3")
'org.rouplex:rouplex-niossl:jar:1.9.3'
<dependency org="org.rouplex" name="rouplex-niossl" rev="1.9.3">
  <artifact name="rouplex-niossl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rouplex', module='rouplex-niossl', version='1.9.3')
)
libraryDependencies += "org.rouplex" % "rouplex-niossl" % "1.9.3"
[org.rouplex/rouplex-niossl "1.9.3"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.
org.rouplex

rouplex

Rouplex -- routing and multiplexing for a platform is like space and time for reality

Версии библиотеки

Версия
1.9.3
1.8.3
1.8.2
1.8.1
1.8.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0