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

#kdfInteger

Returns accessor for kdf (CK_ULONG).

Returns:

  • (Integer)

    accessor for kdf (CK_ULONG)



229
230
231
# File 'ext/pk11_struct.doc', line 229

def kdf
  @kdf
end

#pOtherInfoASCII8BIT-String?

Returns accessor for pOtherInfo and ulOtherInfoLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pOtherInfo and ulOtherInfoLen



225
226
227
# File 'ext/pk11_struct.doc', line 225

def pOtherInfo
  @pOtherInfo
end

#pPublicDataASCII8BIT-String?

Returns accessor for pPublicData and ulPublicDataLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pPublicData and ulPublicDataLen



227
228
229
# File 'ext/pk11_struct.doc', line 227

def pPublicData
  @pPublicData
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end