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

#pInitVectorASCII8BIT-String?

Returns accessor for pInitVector.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pInitVector



443
444
445
# File 'ext/pk11_struct.doc', line 443

def pInitVector
  @pInitVector
end

#pPasswordUTF8-String?

Returns accessor for pPassword and ulPasswordLen.

Returns:

  • (UTF8-String, nil)

    accessor for pPassword and ulPasswordLen



445
446
447
# File 'ext/pk11_struct.doc', line 445

def pPassword
  @pPassword
end

#pSaltASCII8BIT-String?

Returns accessor for pSalt and ulSaltLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pSalt and ulSaltLen



447
448
449
# File 'ext/pk11_struct.doc', line 447

def pSalt
  @pSalt
end

#ulIterationInteger

Returns accessor for ulIteration (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulIteration (CK_ULONG)



449
450
451
# File 'ext/pk11_struct.doc', line 449

def ulIteration
  @ulIteration
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end