Package io.netty.handler.ssl
Class BouncyCastle
- java.lang.Object
-
- io.netty.handler.ssl.BouncyCastle
-
final class BouncyCastle extends java.lang.Object
Contains methods that can be used to detect if BouncyCastle is usable.
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
BOUNCY_CASTLE_ON_CLASSPATH
-
Constructor Summary
Constructors Modifier Constructor Description private
BouncyCastle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static boolean
isAvailable()
Indicates whether or not BouncyCastle is available on the current system.(package private) static boolean
isInUse(javax.net.ssl.SSLEngine engine)
Indicates whether or not BouncyCastle is the underlying SSLEngine.
-