Class PSSCredentialsTest.PSSClient
- java.lang.Object
-
- org.bouncycastle.jsse.provider.test.PSSCredentialsTest.PSSClient
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Exception>
,org.bouncycastle.jsse.provider.test.TestProtocolUtil.BlockingCallable
- Enclosing class:
- PSSCredentialsTest
public static class PSSCredentialsTest.PSSClient extends java.lang.Object implements org.bouncycastle.jsse.provider.test.TestProtocolUtil.BlockingCallable
-
-
Constructor Summary
Constructors Constructor Description PSSClient(int port, java.security.KeyStore clientStore, char[] clientKeyPass, java.security.cert.X509Certificate trustAnchor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
await()
java.lang.Exception
call()
-
-
-
Method Detail
-
call
public java.lang.Exception call() throws java.lang.Exception
- Specified by:
call
in interfacejava.util.concurrent.Callable<java.lang.Exception>
- Throws:
java.lang.Exception
-
await
public void await() throws java.lang.InterruptedException
- Specified by:
await
in interfaceorg.bouncycastle.jsse.provider.test.TestProtocolUtil.BlockingCallable
- Throws:
java.lang.InterruptedException
-
-