Class: PKCS11::ProtectServer::CK_MECH_AND_OBJECTS

Inherits:
CStruct
  • Object
show all
Defined in:
ext/pk11s_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

#mechanismArray<PKCS11::CK_MECH_AND_OBJECT>

Returns accessor for mechanism and count.

Returns:

  • (Array<PKCS11::CK_MECH_AND_OBJECT>)

    accessor for mechanism and count



91
92
93
# File 'ext/pk11s_struct.doc', line 91

def mechanism
  @mechanism
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



89
# File 'ext/pk11s_struct.doc', line 89

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



87
# File 'ext/pk11s_struct.doc', line 87

def to_s; end