Class: PKCS11::CK_AES_CTR_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

#cbASCII8BIT-String

Returns accessor for cb (max 16 bytes).

Returns:

  • (ASCII8BIT-String)

    accessor for cb (max 16 bytes)



717
718
719
# File 'ext/pk11_struct.doc', line 717

def cb
  @cb
end

#ulCounterBitsInteger

Returns accessor for ulCounterBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulCounterBits (CK_ULONG)



715
716
717
# File 'ext/pk11_struct.doc', line 715

def ulCounterBits
  @ulCounterBits
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end