[FEATURE] Криптобиблиотека bouncycastle

This commit is contained in:
Gravit 2019-07-01 20:24:54 +07:00
parent 09afc9943d
commit c9f27a4f3c
No known key found for this signature in database
GPG key ID: 061981E1E85D3216
2 changed files with 1 additions and 4 deletions

View file

@ -54,6 +54,7 @@ bundle project(':Radon')
bundle 'org.javassist:javassist:3.25.0-GA'
bundle 'io.netty:netty-all:4.1.36.Final'
bundle 'org.hibernate:hibernate-core:5.4.3.Final'
bundle 'org.bouncycastle:bcpkix-jdk15on:1.61'
bundle 'org.slf4j:slf4j-simple:1.7.25'
bundle 'org.slf4j:slf4j-api:1.7.25'

View file

@ -301,10 +301,6 @@ public class NettyConfig {
public NettyProxyConfig proxy = new NettyProxyConfig();
}
public class NettySSLConfig {
public String protocol;
}
public class NettyPerformanceConfig {
public boolean usingEpoll;
public int bossThread;