Class: PKCS11::CK_SSL3_MASTER_KEY_DERIVE_PARAMS

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

#pVersionPKCS11::CK_VERSION?



485
486
487
# File 'ext/pk11_struct.doc', line 485

def pVersion
  @pVersion
end

#RandomInfoPKCS11::CK_SSL3_RANDOM_DATA



483
484
485
# File 'ext/pk11_struct.doc', line 483

def RandomInfo
  @RandomInfo
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end