public final class CryptoUpcalls extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
rawSignDigestWithPrivateKey(PrivateKey javaKey,
byte[] message) |
static byte[] |
rsaDecryptWithPrivateKey(PrivateKey javaKey,
int openSSLPadding,
byte[] input) |
public static byte[] rawSignDigestWithPrivateKey(PrivateKey javaKey, byte[] message)
public static byte[] rsaDecryptWithPrivateKey(PrivateKey javaKey, int openSSLPadding, byte[] input)