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

#pParamsArray<PKCS11::CK_OTP_PARAM>

Returns accessor for pParams and ulCount.

Returns:



681
682
683
# File 'ext/pk11_struct.doc', line 681

def pParams
  @pParams
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end