Class: PKCS11::CK_OTP_PARAM

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

#pValueASCII8BIT-String?

Returns accessor for pValue and ulValueLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pValue and ulValueLen



669
670
671
# File 'ext/pk11_struct.doc', line 669

def pValue
  @pValue
end

#typeInteger

Returns accessor for type (CK_ULONG).

Returns:

  • (Integer)

    accessor for type (CK_ULONG)



671
672
673
# File 'ext/pk11_struct.doc', line 671

def type
  @type
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end