Class: PKCS11::ProtectServer::CK_DES2_CBC_PARAMS

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

#dataString

Returns accessor for data (max 16 bytes).

Returns:

  • (String)

    accessor for data (max 16 bytes)



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

def data
  @data
end

#ivString

Returns accessor for iv (max 8 bytes).

Returns:

  • (String)

    accessor for iv (max 8 bytes)



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

def iv
  @iv
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end