Searched defs:javaKey (Results 1 – 4 of 4) sorted by relevance
64 public static byte[] rawSignDigestWithPrivateKey(PrivateKey javaKey, byte[] message) { in rawSignDigestWithPrivateKey()135 public static byte[] rsaDecryptWithPrivateKey(PrivateKey javaKey, int openSSLPadding, in rsaDecryptWithPrivateKey()
234 public static OpenSSLKey wrapRsaKey(PrivateKey javaKey) { in wrapRsaKey()
408 public static OpenSSLKey wrapRsaKey(PrivateKey javaKey) { in wrapRsaKey()
1191 static jlong NativeCrypto_getRSAPrivateKeyWrapper(JNIEnv* env, jclass, jobject javaKey, in NativeCrypto_getRSAPrivateKeyWrapper()1230 static jlong NativeCrypto_getECPrivateKeyWrapper(JNIEnv* env, jclass, jobject javaKey, in NativeCrypto_getECPrivateKeyWrapper()