Class: PKCS11::Luna::CK_RC2_CBC_PARAMS

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

#ivString

Returns accessor for iv (max 8 bytes).

Returns:

  • (String)

    accessor for iv (max 8 bytes)



207
208
209
# File 'ext/pk11l_struct.doc', line 207

def iv
  @iv
end

#ulEffectiveBitsInteger

Returns accessor for ulEffectiveBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulEffectiveBits (CK_ULONG)



205
206
207
# File 'ext/pk11l_struct.doc', line 205

def ulEffectiveBits
  @ulEffectiveBits
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end