diff options
| author | J08nY | 2018-07-29 17:21:04 +0200 |
|---|---|---|
| committer | J08nY | 2018-07-29 17:21:04 +0200 |
| commit | 21ecc7501145b5e9b239dd5a62ccbefdcaa3a160 (patch) | |
| tree | b3392461a9fbdc0420e4f480fb852a349e6220b5 /src/cz/crcs/ectester/standalone/libs/jni/native.h | |
| parent | 8d21a87b25550215a4c59ff4ef8d32e2f0736b3f (diff) | |
| download | ECTester-feature/mscng.tar.gz ECTester-feature/mscng.tar.zst ECTester-feature/mscng.zip | |
Somewhat finished Mscng implementation.feature/mscng
Diffstat (limited to 'src/cz/crcs/ectester/standalone/libs/jni/native.h')
| -rw-r--r-- | src/cz/crcs/ectester/standalone/libs/jni/native.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cz/crcs/ectester/standalone/libs/jni/native.h b/src/cz/crcs/ectester/standalone/libs/jni/native.h index b5cde43..dcdaa1b 100644 --- a/src/cz/crcs/ectester/standalone/libs/jni/native.h +++ b/src/cz/crcs/ectester/standalone/libs/jni/native.h @@ -819,7 +819,7 @@ extern "C" { /*
* Class: cz_crcs_ectester_standalone_libs_jni_NativeKeyAgreementSpi_Mscng
* Method: generateSecret
- * Signature: (Ljava/security/interfaces/ECPublicKey;Ljava/security/interfaces/ECPrivateKey;Ljava/security/spec/ECParameterSpec;)[B
+ * Signature: (Ljava/security/interfaces/ECPublicKey;Ljava/security/interfaces/ECPrivateKey;Ljava/security/spec/AlgorithmParameterSpec;)[B
*/
JNIEXPORT jbyteArray JNICALL Java_cz_crcs_ectester_standalone_libs_jni_NativeKeyAgreementSpi_00024Mscng_generateSecret
(JNIEnv *, jobject, jobject, jobject, jobject);
|
