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

#pInitVectorString?

Returns accessor for pInitVector.

Returns:

  • (String, nil)

    accessor for pInitVector



321
322
323
# File 'ext/pk11l_struct.doc', line 321

def pInitVector
  @pInitVector
end

#pPasswordString?

Returns accessor for pPassword and ulPasswordLen.

Returns:

  • (String, nil)

    accessor for pPassword and ulPasswordLen



323
324
325
# File 'ext/pk11l_struct.doc', line 323

def pPassword
  @pPassword
end

#pSaltString?

Returns accessor for pSalt and ulSaltLen.

Returns:

  • (String, nil)

    accessor for pSalt and ulSaltLen



325
326
327
# File 'ext/pk11l_struct.doc', line 325

def pSalt
  @pSalt
end

#ulIterationInteger

Returns accessor for ulIteration (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulIteration (CK_ULONG)



327
328
329
# File 'ext/pk11l_struct.doc', line 327

def ulIteration
  @ulIteration
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end