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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DToken.java62 final CK_TOKEN_INFO tokenInfo; field in class:Token
130 tokenInfo = p11.C_GetTokenInfo(provider.slotID);
131 writeProtected = (tokenInfo.flags & CKF_WRITE_PROTECTED) != 0;
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c987 jclass this, jlong token, jint tokenInfoClass, jlong tokenInfo, jint tokenInfoLength)
992 LPVOID result = (LPVOID)jlong_to_ptr(tokenInfo);
986 Java_sun_nio_fs_WindowsNativeDispatcher_GetTokenInformation(JNIEnv* env, jclass this, jlong token, jint tokenInfoClass, jlong tokenInfo, jint tokenInfoLength) argument

Completed in 34 milliseconds