Class BasicClientAuthTlsTest.ClientAuthServer
- java.lang.Object
-
- org.bouncycastle.jsse.provider.test.BasicClientAuthTlsTest.ClientAuthServer
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Exception>,org.bouncycastle.jsse.provider.test.TestProtocolUtil.BlockingCallable
- Enclosing class:
- BasicClientAuthTlsTest
public static class BasicClientAuthTlsTest.ClientAuthServer extends java.lang.Object implements org.bouncycastle.jsse.provider.test.TestProtocolUtil.BlockingCallable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidawait()java.lang.Exceptioncall()
-
-
-
Method Detail
-
call
public java.lang.Exception call() throws java.lang.Exception- Specified by:
callin interfacejava.util.concurrent.Callable<java.lang.Exception>- Throws:
java.lang.Exception
-
await
public void await() throws java.lang.InterruptedException- Specified by:
awaitin interfaceorg.bouncycastle.jsse.provider.test.TestProtocolUtil.BlockingCallable- Throws:
java.lang.InterruptedException
-
-