Searched defs:javaKey (Results 1 – 4 of 4) sorted by relevance
61 static byte[] rawSignDigestWithPrivateKey(PrivateKey javaKey, byte[] message) { in rawSignDigestWithPrivateKey()132 static byte[] rsaDecryptWithPrivateKey(PrivateKey javaKey, int openSSLPadding, in rsaDecryptWithPrivateKey()
279 static OpenSSLKey wrapRsaKey(@SuppressWarnings("unused") PrivateKey javaKey) { in wrapRsaKey()
408 public static OpenSSLKey wrapRsaKey(PrivateKey javaKey) { in wrapRsaKey()
1163 static jlong NativeCrypto_getRSAPrivateKeyWrapper(JNIEnv* env, jclass, jobject javaKey, in NativeCrypto_getRSAPrivateKeyWrapper()1202 static jlong NativeCrypto_getECPrivateKeyWrapper(JNIEnv* env, jclass, jobject javaKey, in NativeCrypto_getECPrivateKeyWrapper()