Class: PKCS11::CK_CAMELLIA_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)



761
762
763
# File 'ext/pk11_struct.doc', line 761

def iv
  @iv
end

#pDataASCII8BIT-String?

Returns accessor for pData and length.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pData and length



759
760
761
# File 'ext/pk11_struct.doc', line 759

def pData
  @pData
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end