接口的使用
io.netty.internal.tcnative.ResultCallback
-
-
io.netty.internal.tcnative中ResultCallback的使用
参数类型为ResultCallback的io.netty.internal.tcnative中的方法 修饰符和类型 方法 说明 voidAsyncSSLPrivateKeyMethod. decrypt(long ssl, byte[] input, ResultCallback<byte[]> resultCallback)Decrypts the input with the given RSA key and notifyResultCallbackwith the decrypted bytes.voidAsyncSSLPrivateKeyMethod. sign(long ssl, int signatureAlgorithm, byte[] input, ResultCallback<byte[]> resultCallback)Sign the input with given EC key and notifyResultCallbackwith the signed bytes.
-