Class: PKCS11::Luna::CK_SLOT_INFO

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

Constant Summary collapse

SIZEOF_STRUCT =

Size of corresponding C struct in bytes

Integer

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#firmwareVersionPKCS11::Luna::CK_VERSION



47
48
49
# File 'ext/pk11l_struct.doc', line 47

def firmwareVersion
  @firmwareVersion
end

#flagsInteger



43
44
45
# File 'ext/pk11l_struct.doc', line 43

def flags
  @flags
end

#hardwareVersionPKCS11::Luna::CK_VERSION



45
46
47
# File 'ext/pk11l_struct.doc', line 45

def hardwareVersion
  @hardwareVersion
end

#manufacturerIDString



41
42
43
# File 'ext/pk11l_struct.doc', line 41

def manufacturerID
  @manufacturerID
end

#slotDescriptionString



39
40
41
# File 'ext/pk11l_struct.doc', line 39

def slotDescription
  @slotDescription
end

Instance Method Details

#membersArray<String>



37
# File 'ext/pk11l_struct.doc', line 37

def members; end

#to_sString



35
# File 'ext/pk11l_struct.doc', line 35

def to_s; end