Class: PKCS11::CK_SSL3_KEY_MAT_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

#bIsExportBoolean



521
522
523
# File 'ext/pk11_struct.doc', line 521

def bIsExport
  @bIsExport
end

#pReturnedKeyMaterialPKCS11::CK_SSL3_KEY_MAT_OUT?



525
526
527
# File 'ext/pk11_struct.doc', line 525

def pReturnedKeyMaterial
  @pReturnedKeyMaterial
end

#RandomInfoPKCS11::CK_SSL3_RANDOM_DATA



523
524
525
# File 'ext/pk11_struct.doc', line 523

def RandomInfo
  @RandomInfo
end

#ulIVSizeInBitsInteger



519
520
521
# File 'ext/pk11_struct.doc', line 519

def ulIVSizeInBits
  @ulIVSizeInBits
end

#ulKeySizeInBitsInteger



517
518
519
# File 'ext/pk11_struct.doc', line 517

def ulKeySizeInBits
  @ulKeySizeInBits
end

#ulMacSizeInBitsInteger



515
516
517
# File 'ext/pk11_struct.doc', line 515

def ulMacSizeInBits
  @ulMacSizeInBits
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end