Package io.netty.handler.ssl
Class BouncyCastle
java.lang.Object
io.netty.handler.ssl.BouncyCastle
Contains methods that can be used to detect if BouncyCastle is usable.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static booleanIndicates whether or not BouncyCastle is available on the current system.(package private) static booleanIndicates whether or not BouncyCastle is the underlying SSLEngine.
-
Field Details
-
BOUNCY_CASTLE_ON_CLASSPATH
private static final boolean BOUNCY_CASTLE_ON_CLASSPATH
-
-
Constructor Details
-
BouncyCastle
private BouncyCastle()
-
-
Method Details
-
isAvailable
static boolean isAvailable()Indicates whether or not BouncyCastle is available on the current system. -
isInUse
Indicates whether or not BouncyCastle is the underlying SSLEngine.
-