Uses of Interface
io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
-
-
Uses of AsyncSSLPrivateKeyMethod in io.netty.internal.tcnative
Methods in io.netty.internal.tcnative with parameters of type AsyncSSLPrivateKeyMethod Modifier and Type Method Description static void
SSLContext. setPrivateKeyMethod(long ctx, AsyncSSLPrivateKeyMethod method)
Sets theAsyncSSLPrivateKeyMethod
to use for the givenSSLContext
.
-