jdk/make/sun/security/pkcs11/mapfile-vers
author duke
Wed, 05 Jul 2017 16:58:17 +0200
changeset 3399 e95f455d160a
parent 2 90ce3da70b43
child 5506 202f599c92aa
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
# Copyright 2003-2005 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# by Sun in the LICENSE file that accompanied this code.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
# CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
# have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
# Define public interface.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
SUNWprivate_1.1 {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
	global:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
		JNI_OnLoad;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
		Java_sun_security_pkcs11_wrapper_PKCS11_initializeLibrary;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
		Java_sun_security_pkcs11_wrapper_PKCS11_finalizeLibrary;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
		Java_sun_security_pkcs11_wrapper_PKCS11_connect;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
		Java_sun_security_pkcs11_wrapper_PKCS11_disconnect;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Initialize;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Finalize;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetInfo;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetSlotList;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetSlotInfo;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetTokenInfo;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetMechanismList;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetMechanismInfo;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1InitToken;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1InitPIN;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SetPIN;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1OpenSession;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1CloseSession;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1CloseAllSessions;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetSessionInfo;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetOperationState;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SetOperationState;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Login;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Logout;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1CreateObject;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1CopyObject;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DestroyObject;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetObjectSize;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetAttributeValue;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SetAttributeValue;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1FindObjectsInit;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1FindObjects;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1FindObjectsFinal;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1EncryptInit;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Encrypt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1EncryptUpdate;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1EncryptFinal;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptInit;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Decrypt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptUpdate;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptFinal;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestInit;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestSingle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestUpdate;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestKey;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestFinal;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignInit;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Sign;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignUpdate;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignFinal;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignRecoverInit;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignRecover;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyInit;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Verify;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyUpdate;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyFinal;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyRecoverInit;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyRecover;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestEncryptUpdate;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptDigestUpdate;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignEncryptUpdate;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptVerifyUpdate;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GenerateKey;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GenerateKeyPair;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1WrapKey;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1UnwrapKey;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DeriveKey;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SeedRandom;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GenerateRandom;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetFunctionStatus;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1CancelFunction;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1WaitForSlotEvent;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
		Java_sun_security_pkcs11_Secmod_nssGetLibraryHandle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
		Java_sun_security_pkcs11_Secmod_nssLoadLibrary;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
		Java_sun_security_pkcs11_Secmod_nssVersionCheck;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
		Java_sun_security_pkcs11_Secmod_nssInit;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
		Java_sun_security_pkcs11_Secmod_nssGetModuleList;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
	local:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
		*;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
};