Class BouncyCastle

java.lang.Object
io.netty.handler.ssl.BouncyCastle

final class BouncyCastle extends Object
Contains methods that can be used to detect if BouncyCastle is usable.
  • 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

      static boolean isInUse(SSLEngine engine)
      Indicates whether or not BouncyCastle is the underlying SSLEngine.