iaik.pkcs.pkcs11.wrapper
Class CK_SSL3_RANDOM_DATA
java.lang.Object
|
+--iaik.pkcs.pkcs11.wrapper.CK_SSL3_RANDOM_DATA
- public class CK_SSL3_RANDOM_DATA
- extends java.lang.Object
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;
- Author:
- Karl Scheibelhofer , Martin Schl??ffer
Method Summary |
java.lang.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 |
pClientRandom
public byte[] pClientRandom
- PKCS#11:
CK_BYTE_PTR pClientRandom;
CK_ULONG ulClientRandomLen;
pServerRandom
public byte[] pServerRandom
- PKCS#11:
CK_BYTE_PTR pServerRandom;
CK_ULONG ulServerRandomLen;
CK_SSL3_RANDOM_DATA
public CK_SSL3_RANDOM_DATA()
toString
public java.lang.String toString()
- Returns the string representation of CK_SSL3_RANDOM_DATA.
- Overrides:
toString
in class java.lang.Object
- Returns:
- the string representation of CK_SSL3_RANDOM_DATA
IAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2004, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.
version 1.2.18