Searched refs:pPin (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/ |
H A D | pkcs11f.h | 133 CK_UTF8CHAR_PTR pPin, /* the SO's initial PIN */ 145 CK_UTF8CHAR_PTR pPin, /* the normal user's PIN */ 242 CK_UTF8CHAR_PTR pPin, /* the user's PIN */
|
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/ |
H A D | PKCS11.java | 334 * @param pPin the SO's initial PIN and the length in bytes of the PIN 335 * (PKCS#11 param: CK_CHAR_PTR pPin, CK_ULONG ulPinLen) 342 // public native void C_InitToken(long slotID, char[] pPin, char[] pLabel) throws PKCS11Exception; 351 * @param pPin the normal user's PIN and the length in bytes of the PIN 352 * (PKCS#11 param: CK_CHAR_PTR pPin, CK_ULONG ulPinLen) 357 // public native void C_InitPIN(long hSession, char[] pPin) throws PKCS11Exception; 492 * @param pPin the user's PIN and the length of the PIN 493 * (PKCS#11 param: CK_CHAR_PTR pPin, CK_ULONG ulPinLen) 498 public native void C_Login(long hSession, long userType, char[] pPin) throws PKCS11Exception; argument 1527 public synchronized void C_Login(long hSession, long userType, char[] pPin) throw argument [all...] |
Completed in 29 milliseconds