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

#pAADString?

Returns accessor for pAAD and ulAADLen.

Returns:

  • (String, nil)

    accessor for pAAD and ulAADLen



729
730
731
# File 'ext/pk11_struct.doc', line 729

def pAAD
  @pAAD
end

#pIvString?

Returns accessor for pIv and ulIvLen.

Returns:

  • (String, nil)

    accessor for pIv and ulIvLen



727
728
729
# File 'ext/pk11_struct.doc', line 727

def pIv
  @pIv
end

#ulIvBitsInteger

Returns accessor for ulIvBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulIvBits (CK_ULONG)



731
732
733
# File 'ext/pk11_struct.doc', line 731

def ulIvBits
  @ulIvBits
end

#ulTagBitsInteger

Returns accessor for ulTagBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulTagBits (CK_ULONG)



733
734
735
# File 'ext/pk11_struct.doc', line 733

def ulTagBits
  @ulTagBits
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end