Uses of Interface
io.netty.internal.tcnative.SSLPrivateKeyMethod
-
-
Uses of SSLPrivateKeyMethod in io.netty.internal.tcnative
Fields in io.netty.internal.tcnative declared as SSLPrivateKeyMethod Modifier and Type Field Description private SSLPrivateKeyMethodAsyncSSLPrivateKeyMethodAdapter. methodMethods in io.netty.internal.tcnative with parameters of type SSLPrivateKeyMethod Modifier and Type Method Description static voidSSLContext. setPrivateKeyMethod(long ctx, SSLPrivateKeyMethod method)Set theSSLPrivateKeyMethodto use for the givenSSLContext.Constructors in io.netty.internal.tcnative with parameters of type SSLPrivateKeyMethod Constructor Description AsyncSSLPrivateKeyMethodAdapter(SSLPrivateKeyMethod method)
-