aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorigerasim <none@none>2015-09-09 19:18:44 +0300
committerigerasim <none@none>2015-09-09 19:18:44 +0300
commit3c8294be6cbfc6908efcdb26548938b6536d5d6c (patch)
tree6ec0ba6b21e393116181e57fbc1c5cdbfb0819aa /make
parenta049875d0fb15ccfb9ae82fa650a29ed1eea26fd (diff)
downloadjdk8u_jdk-3c8294be6cbfc6908efcdb26548938b6536d5d6c.tar.gz
8132082: Let OracleUcrypto accept RSAPrivateKey
Reviewed-by: xuelei, valeriep, coffeys Contributed-by: valerie.peng@oracle.com
Diffstat (limited to 'make')
-rw-r--r--make/mapfiles/libj2ucrypto/mapfile-vers4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/mapfiles/libj2ucrypto/mapfile-vers b/make/mapfiles/libj2ucrypto/mapfile-vers
index 2a5c2a5f83..833da53297 100644
--- a/make/mapfiles/libj2ucrypto/mapfile-vers
+++ b/make/mapfiles/libj2ucrypto/mapfile-vers
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -39,6 +39,7 @@ SUNWprivate_1.1 {
Java_com_oracle_security_ucrypto_NativeCipher_nativeUpdate;
Java_com_oracle_security_ucrypto_NativeCipher_nativeFinal;
Java_com_oracle_security_ucrypto_NativeKey_nativeFree;
+ Java_com_oracle_security_ucrypto_NativeKey_00024RSAPrivate_nativeInit;
Java_com_oracle_security_ucrypto_NativeKey_00024RSAPrivateCrt_nativeInit;
Java_com_oracle_security_ucrypto_NativeKey_00024RSAPublic_nativeInit;
Java_com_oracle_security_ucrypto_NativeRSASignature_nativeInit;
@@ -56,6 +57,7 @@ SUNWprivate_1.1 {
JavaCritical_com_oracle_security_ucrypto_NativeCipher_nativeUpdate;
JavaCritical_com_oracle_security_ucrypto_NativeCipher_nativeFinal;
JavaCritical_com_oracle_security_ucrypto_NativeKey_nativeFree;
+ JavaCritical_com_oracle_security_ucrypto_NativeKey_00024RSAPrivate_nativeInit;
JavaCritical_com_oracle_security_ucrypto_NativeKey_00024RSAPrivateCrt_nativeInit;
JavaCritical_com_oracle_security_ucrypto_NativeKey_00024RSAPublic_nativeInit;
JavaCritical_com_oracle_security_ucrypto_NativeRSASignature_nativeInit;