Class: PKCS11::CK_RC2_CBC_PARAMS

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

#ivASCII8BIT-String

Returns accessor for iv (max 8 bytes).

Returns:

  • (ASCII8BIT-String)

    accessor for iv (max 8 bytes)



305
306
307
# File 'ext/pk11_struct.doc', line 305

def iv
  @iv
end

#ulEffectiveBitsInteger

Returns accessor for ulEffectiveBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulEffectiveBits (CK_ULONG)



303
304
305
# File 'ext/pk11_struct.doc', line 303

def ulEffectiveBits
  @ulEffectiveBits
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end