| Modifier and Type | Method and Description |
|---|---|
void |
AsyncSSLPrivateKeyMethod.decrypt(long ssl,
byte[] input,
ResultCallback<byte[]> resultCallback)
Decrypts the input with the given RSA key and notify
ResultCallback with the decrypted bytes. |
void |
AsyncSSLPrivateKeyMethod.sign(long ssl,
int signatureAlgorithm,
byte[] input,
ResultCallback<byte[]> resultCallback)
Sign the input with given EC key and notify
ResultCallback with the signed bytes. |
Copyright © 2021. All rights reserved.