Class: PKCS11::CK_SSL3_RANDOM_DATA
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pClientRandom ⇒ String?
Accessor for pClientRandom and ulClientRandomLen.
-
#pServerRandom ⇒ String?
Accessor for pServerRandom and ulServerRandomLen.
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Methods inherited from CStruct
Instance Attribute Details
#pClientRandom ⇒ String?
Returns accessor for pClientRandom and ulClientRandomLen.
471 472 473 |
# File 'ext/pk11_struct.doc', line 471 def pClientRandom @pClientRandom end |
#pServerRandom ⇒ String?
Returns accessor for pServerRandom and ulServerRandomLen.
473 474 475 |
# File 'ext/pk11_struct.doc', line 473 def pServerRandom @pServerRandom end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
469 |
# File 'ext/pk11_struct.doc', line 469 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
467 |
# File 'ext/pk11_struct.doc', line 467 def to_s; end |