Class: PKCS11::CK_SSL3_RANDOM_DATA

Inherits:
CStruct
  • Object
show all
Defined in:
ext/pk11_struct.doc

Constant Summary collapse

SIZEOF_STRUCT =

Size of corresponding C struct in bytes

Integer

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from CStruct

#inspect, #to_hash, #values

Instance Attribute Details

#pClientRandomASCII8BIT-String?



471
472
473
# File 'ext/pk11_struct.doc', line 471

def pClientRandom
  @pClientRandom
end

#pServerRandomASCII8BIT-String?



473
474
475
# File 'ext/pk11_struct.doc', line 473

def pServerRandom
  @pServerRandom
end

Instance Method Details

#membersArray<String>



469
# File 'ext/pk11_struct.doc', line 469

def members; end

#to_sString



467
# File 'ext/pk11_struct.doc', line 467

def to_s; end