Class: PKCS11::CK_WTLS_KEY_MAT_OUT

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

#hKeyInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:



583
584
585
# File 'ext/pk11_struct.doc', line 583

def hKey
  @hKey
end

#hMacSecretInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:



581
582
583
# File 'ext/pk11_struct.doc', line 581

def hMacSecret
  @hMacSecret
end

#pIVASCII8BIT-String?

Returns accessor for pIV.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pIV



579
580
581
# File 'ext/pk11_struct.doc', line 579

def pIV
  @pIV
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end