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 voidSSLContext. setPrivateKeyMethod(long ctx, AsyncSSLPrivateKeyMethod method)Sets theAsyncSSLPrivateKeyMethodto use for the givenSSLContext.
-