Class: PKCS11::Luna::CK_LKM_TOKEN_ID

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

#idString

Returns accessor for id (max AKEP2_NID_SIZE bytes).

Returns:

  • (String)

    accessor for id (max AKEP2_NID_SIZE bytes)



649
650
651
# File 'ext/pk11l_struct.doc', line 649

def id
  @id
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end