Class: PKCS11::Luna::CK_PKCS5_PBKD2_PARAMS

Inherits:
CStruct
  • Object
show all
Defined in:
ext/pk11l_struct.doc

Constant Summary collapse

SIZEOF_STRUCT =

Size of corresponding C struct in bytes

Integer

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#iterationsInteger

Returns accessor for iterations (CK_ULONG).

Returns:

  • (Integer)

    accessor for iterations (CK_ULONG)



431
432
433
# File 'ext/pk11l_struct.doc', line 431

def iterations
  @iterations
end

#pPasswordString?

Returns accessor for pPassword.

Returns:

  • (String, nil)

    accessor for pPassword



427
428
429
# File 'ext/pk11l_struct.doc', line 427

def pPassword
  @pPassword
end

#pPrfDataString?

Returns accessor for pPrfData and ulPrfDataLen.

Returns:

  • (String, nil)

    accessor for pPrfData and ulPrfDataLen



425
426
427
# File 'ext/pk11l_struct.doc', line 425

def pPrfData
  @pPrfData
end

#prfInteger

Returns accessor for prf (CK_ULONG).

Returns:

  • (Integer)

    accessor for prf (CK_ULONG)



433
434
435
# File 'ext/pk11l_struct.doc', line 433

def prf
  @prf
end

#pSaltSourceDataString?

Returns accessor for pSaltSourceData and ulSaltSourceDataLen.

Returns:

  • (String, nil)

    accessor for pSaltSourceData and ulSaltSourceDataLen



423
424
425
# File 'ext/pk11l_struct.doc', line 423

def pSaltSourceData
  @pSaltSourceData
end

#saltSourceInteger

Returns accessor for saltSource (CK_ULONG).

Returns:

  • (Integer)

    accessor for saltSource (CK_ULONG)



429
430
431
# File 'ext/pk11l_struct.doc', line 429

def saltSource
  @saltSource
end

#ulPasswordLenInteger?

Returns accessor for ulPasswordLen (CK_ULONG_PTR).

Returns:

  • (Integer, nil)

    accessor for ulPasswordLen (CK_ULONG_PTR)



435
436
437
# File 'ext/pk11l_struct.doc', line 435

def ulPasswordLen
  @ulPasswordLen
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



421
# File 'ext/pk11l_struct.doc', line 421

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



419
# File 'ext/pk11l_struct.doc', line 419

def to_s; end