Class: PKCS11::CK_INFO

Inherits:
CStruct 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

#cryptokiVersionPKCS11::CK_VERSION



21
22
23
# File 'ext/pk11_struct.doc', line 21

def cryptokiVersion
  @cryptokiVersion
end

#flagsInteger



25
26
27
# File 'ext/pk11_struct.doc', line 25

def flags
  @flags
end

#libraryDescriptionUTF8-String



27
28
29
# File 'ext/pk11_struct.doc', line 27

def libraryDescription
  @libraryDescription
end

#libraryVersionPKCS11::CK_VERSION



29
30
31
# File 'ext/pk11_struct.doc', line 29

def libraryVersion
  @libraryVersion
end

#manufacturerIDUTF8-String



23
24
25
# File 'ext/pk11_struct.doc', line 23

def manufacturerID
  @manufacturerID
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end