Uses of Class
iaik.pkcs.pkcs11.wrapper.CK_SESSION_INFO
-
Packages that use CK_SESSION_INFO Package Description iaik.pkcs.pkcs11.wrapper org.xipki.pkcs11.wrapper -
-
Uses of CK_SESSION_INFO in iaik.pkcs.pkcs11.wrapper
Methods in iaik.pkcs.pkcs11.wrapper that return CK_SESSION_INFO Modifier and Type Method Description CK_SESSION_INFOPKCS11. C_GetSessionInfo(long hSession)C_GetSessionInfo obtains information about the session.CK_SESSION_INFOPKCS11Implementation. C_GetSessionInfo(long hSession)C_GetSessionInfo obtains information about the session. -
Uses of CK_SESSION_INFO in org.xipki.pkcs11.wrapper
Constructors in org.xipki.pkcs11.wrapper with parameters of type CK_SESSION_INFO Constructor Description SessionInfo(CK_SESSION_INFO ckSessionInfo)Constructor taking a CK_SESSION_INFO object that provides the information.
-