Class BasicTlsTest.SimpleClient

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Exception>, org.bouncycastle.jsse.provider.test.TestProtocolUtil.BlockingCallable
    Enclosing class:
    BasicTlsTest

    public static class BasicTlsTest.SimpleClient
    extends java.lang.Object
    implements org.bouncycastle.jsse.provider.test.TestProtocolUtil.BlockingCallable
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleClient​(boolean layered, java.security.KeyStore trustStore)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void await()  
      java.lang.Exception call()  
      • Methods inherited from class java.lang.Object

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

      • SimpleClient

        public SimpleClient​(boolean layered,
                            java.security.KeyStore trustStore)
    • Method Detail

      • call

        public java.lang.Exception call()
                                 throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Exception>
        Throws:
        java.lang.Exception
      • await

        public void await()
                   throws java.lang.InterruptedException
        Specified by:
        await in interface org.bouncycastle.jsse.provider.test.TestProtocolUtil.BlockingCallable
        Throws:
        java.lang.InterruptedException