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



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

def hash
  @hash
end

#pSeedASCII8BIT-String?



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

def pSeed
  @pSeed
end

#ulIndexInteger



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

def ulIndex
  @ulIndex
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end