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

#pAADASCII8BIT-String?

Returns accessor for pAAD and ulAADLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pAAD and ulAADLen



745
746
747
# File 'ext/pk11_struct.doc', line 745

def pAAD
  @pAAD
end

#pNonceASCII8BIT-String?

Returns accessor for pNonce and ulNonceLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pNonce and ulNonceLen



743
744
745
# File 'ext/pk11_struct.doc', line 743

def pNonce
  @pNonce
end

#ulDataLenInteger

Returns accessor for ulDataLen (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulDataLen (CK_ULONG)



747
748
749
# File 'ext/pk11_struct.doc', line 747

def ulDataLen
  @ulDataLen
end

#ulMACLenInteger

Returns accessor for ulMACLen (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulMACLen (CK_ULONG)



749
750
751
# File 'ext/pk11_struct.doc', line 749

def ulMACLen
  @ulMACLen
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end