|
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_SSL3_RANDOM_DATA
class CK_SSL3_RANDOM_DATA provides information about the random data of a client and a server in an SSL context. This class is used by both the CKM_SSL3_MASTER_KEY_DERIVE and the CKM_SSL3_KEY_AND_MAC_DERIVE mechanisms.
PKCS#11 structure:
typedef struct CK_SSL3_RANDOM_DATA { CK_BYTE_PTR pClientRandom; CK_ULONG ulClientRandomLen; CK_BYTE_PTR pServerRandom; CK_ULONG ulServerRandomLen; } CK_SSL3_RANDOM_DATA;
Field Summary | |
byte[] |
pClientRandom
PKCS#11: CK_BYTE_PTR pClientRandom; CK_ULONG ulClientRandomLen; |
byte[] |
pServerRandom
PKCS#11: CK_BYTE_PTR pServerRandom; CK_ULONG ulServerRandomLen; |
Constructor Summary | |
CK_SSL3_RANDOM_DATA()
|
Method Summary | |
String |
toString()
Returns the string representation of CK_SSL3_RANDOM_DATA. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public byte[] pClientRandom
CK_BYTE_PTR pClientRandom; CK_ULONG ulClientRandomLen;
public byte[] pServerRandom
CK_BYTE_PTR pServerRandom; CK_ULONG ulServerRandomLen;
Constructor Detail |
public CK_SSL3_RANDOM_DATA()
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 |