Class: PKCS11::CK_ARIA_CBC_ENCRYPT_DATA_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 16 bytes).

Returns:

  • (ASCII8BIT-String)

    accessor for iv (max 16 bytes)



773
774
775
# File 'ext/pk11_struct.doc', line 773

def iv
  @iv
end

#pDataASCII8BIT-String?

Returns accessor for pData and length.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pData and length



771
772
773
# File 'ext/pk11_struct.doc', line 771

def pData
  @pData
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end