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;
Modifier and Type | Field and Description |
---|---|
public byte[] | |
public byte[] |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String | Returns: the string representation of CK_SSL3_RANDOM_DATAOverrides java. Returns the string representation of CK_SSL3_RANDOM_DATA. |
pClientRandom | back to summary |
---|---|
public byte[] pClientRandom PKCS#11: CK_BYTE_PTR pClientRandom; CK_ULONG ulClientRandomLen; |
pServerRandom | back to summary |
---|---|
public byte[] pServerRandom PKCS#11: CK_BYTE_PTR pServerRandom; CK_ULONG ulServerRandomLen; |
CK_SSL3_RANDOM_DATA | back to summary |
---|---|
public CK_SSL3_RANDOM_DATA(byte[] clientRandom, byte[] serverRandom) |
toString | back to summary |
---|---|
public String toString() Overrides java. Returns the string representation of CK_SSL3_RANDOM_DATA.
|