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