|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iaik.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: |
long |
flags
must be zero PKCS#11: |
char[] |
libraryDescription
must be blank padded - only the first 32 chars will be used |
CK_VERSION |
libraryVersion
PKCS#11: |
char[] |
manufacturerID
must be blank padded - only the first 32 chars will be used |
Constructor Summary | |
CK_INFO()
|
Method Summary | |
java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |