|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.pkcs.pkcs11.wrapper.CK_INFO
class CK_INFO provides general information about Cryptoki.
PKCS#11 structure:
typedef struct CK_INFO { CK_VERSION cryptokiVersion; CK_UTF8CHAR manufacturerID[32]; CK_FLAGS flags; CK_UTF8CHAR libraryDescription[32]; CK_VERSION libraryVersion; } CK_INFO;
Field Summary | |
CK_VERSION |
cryptokiVersion
PKCS#11: CK_VERSION cryptokiVersion; |
long |
flags
must be zero PKCS#11: CK_FLAGS flags; |
char[] |
libraryDescription
must be blank padded - only the first 32 chars will be used PKCS#11: |
CK_VERSION |
libraryVersion
PKCS#11: CK_VERSION libraryVersion; |
char[] |
manufacturerID
must be blank padded - only the first 32 chars will be used PKCS#11: CK_UTF8CHAR manufacturerID[32]; |
Constructor Summary | |
CK_INFO()
|
Method Summary | |
String |
toString()
Returns the string representation of CK_INFO. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public CK_VERSION cryptokiVersion
CK_VERSION cryptokiVersion;
public char[] manufacturerID
PKCS#11:
CK_UTF8CHAR manufacturerID[32];
public long flags
CK_FLAGS flags;
public char[] libraryDescription
PKCS#11:
public CK_VERSION libraryVersion
CK_VERSION libraryVersion;
Constructor Detail |
public CK_INFO()
Method Detail |
public String toString()
|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |