Uses of Interface
io.netty.internal.tcnative.ResultCallback
-
Uses of ResultCallback in io.netty.internal.tcnative
Methods in io.netty.internal.tcnative with parameters of type ResultCallbackModifier and TypeMethodDescriptionvoidAsyncSSLPrivateKeyMethod.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.