Searched defs:pPin (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java334 * @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 45 milliseconds