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

#hKeyInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:



705
706
707
# File 'ext/pk11_struct.doc', line 705

def hKey
  @hKey
end

#pMechanismPKCS11::CK_MECHANISM?

Returns pointer to struct.

Returns:



703
704
705
# File 'ext/pk11_struct.doc', line 703

def pMechanism
  @pMechanism
end

#pSeedASCII8BIT-String?

Returns accessor for pSeed and ulSeedLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pSeed and ulSeedLen



701
702
703
# File 'ext/pk11_struct.doc', line 701

def pSeed
  @pSeed
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end