Class: PKCS11::CK_WTLS_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 ⇒ ASCII8BIT-String?
Accessor for pClientRandom and ulClientRandomLen.
-
#pServerRandom ⇒ ASCII8BIT-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 ⇒ ASCII8BIT-String?
Returns accessor for pClientRandom and ulClientRandomLen.
535 536 537 |
# File 'ext/pk11_struct.doc', line 535 def pClientRandom @pClientRandom end |
#pServerRandom ⇒ ASCII8BIT-String?
Returns accessor for pServerRandom and ulServerRandomLen.
537 538 539 |
# File 'ext/pk11_struct.doc', line 537 def pServerRandom @pServerRandom end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
533 |
# File 'ext/pk11_struct.doc', line 533 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
531 |
# File 'ext/pk11_struct.doc', line 531 def to_s; end |