Class: PKCS11::CK_DSA_PARAMETER_GEN_PARAM

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

#hashInteger

Returns accessor for hash (CK_ULONG).

Returns:

  • (Integer)

    accessor for hash (CK_ULONG)



785
786
787
# File 'ext/pk11_struct.doc', line 785

def hash
  @hash
end

#pSeedASCII8BIT-String?

Returns accessor for pSeed and ulSeedLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pSeed and ulSeedLen



783
784
785
# File 'ext/pk11_struct.doc', line 783

def pSeed
  @pSeed
end

#ulIndexInteger

Returns accessor for ulIndex (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulIndex (CK_ULONG)



787
788
789
# File 'ext/pk11_struct.doc', line 787

def ulIndex
  @ulIndex
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end