Class: PKCS11::CK_SSL3_KEY_MAT_OUT

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

#hClientKeyInteger, PKCS11::Object



503
504
505
# File 'ext/pk11_struct.doc', line 503

def hClientKey
  @hClientKey
end

#hClientMacSecretInteger, PKCS11::Object



499
500
501
# File 'ext/pk11_struct.doc', line 499

def hClientMacSecret
  @hClientMacSecret
end

#hServerKeyInteger, PKCS11::Object



505
506
507
# File 'ext/pk11_struct.doc', line 505

def hServerKey
  @hServerKey
end

#hServerMacSecretInteger, PKCS11::Object



501
502
503
# File 'ext/pk11_struct.doc', line 501

def hServerMacSecret
  @hServerMacSecret
end

#pIVClientASCII8BIT-String?



495
496
497
# File 'ext/pk11_struct.doc', line 495

def pIVClient
  @pIVClient
end

#pIVServerASCII8BIT-String?



497
498
499
# File 'ext/pk11_struct.doc', line 497

def pIVServer
  @pIVServer
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end