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



603
604
605
# File 'ext/pk11_struct.doc', line 603

def bIsExport
  @bIsExport
end

#DigestMechanismInteger



593
594
595
# File 'ext/pk11_struct.doc', line 593

def DigestMechanism
  @DigestMechanism
end

#pReturnedKeyMaterialPKCS11::CK_WTLS_KEY_MAT_OUT?



607
608
609
# File 'ext/pk11_struct.doc', line 607

def pReturnedKeyMaterial
  @pReturnedKeyMaterial
end

#RandomInfoPKCS11::CK_WTLS_RANDOM_DATA



605
606
607
# File 'ext/pk11_struct.doc', line 605

def RandomInfo
  @RandomInfo
end

#ulIVSizeInBitsInteger



599
600
601
# File 'ext/pk11_struct.doc', line 599

def ulIVSizeInBits
  @ulIVSizeInBits
end

#ulKeySizeInBitsInteger



597
598
599
# File 'ext/pk11_struct.doc', line 597

def ulKeySizeInBits
  @ulKeySizeInBits
end

#ulMacSizeInBitsInteger



595
596
597
# File 'ext/pk11_struct.doc', line 595

def ulMacSizeInBits
  @ulMacSizeInBits
end

#ulSequenceNumberInteger



601
602
603
# File 'ext/pk11_struct.doc', line 601

def ulSequenceNumber
  @ulSequenceNumber
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end