Class BouncyCastle


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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BOUNCY_CASTLE_ON_CLASSPATH

        private static final boolean BOUNCY_CASTLE_ON_CLASSPATH
    • Constructor Detail

      • BouncyCastle

        private BouncyCastle()
    • Method Detail

      • isAvailable

        static boolean isAvailable()
        Indicates whether or not BouncyCastle is available on the current system.
      • isInUse

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