Class: PKCS11::CK_DSA_PARAMETER_GEN_PARAM
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#hash ⇒ Integer
Accessor for hash (CK_ULONG).
-
#pSeed ⇒ ASCII8BIT-String?
Accessor for pSeed and ulSeedLen.
-
#ulIndex ⇒ Integer
Accessor for ulIndex (CK_ULONG).
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Methods inherited from CStruct
Instance Attribute Details
#hash ⇒ Integer
Returns accessor for hash (CK_ULONG).
785 786 787 |
# File 'ext/pk11_struct.doc', line 785 def hash @hash end |
#pSeed ⇒ ASCII8BIT-String?
Returns accessor for pSeed and ulSeedLen.
783 784 785 |
# File 'ext/pk11_struct.doc', line 783 def pSeed @pSeed end |
#ulIndex ⇒ Integer
Returns accessor for ulIndex (CK_ULONG).
787 788 789 |
# File 'ext/pk11_struct.doc', line 787 def ulIndex @ulIndex end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
781 |
# File 'ext/pk11_struct.doc', line 781 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
779 |
# File 'ext/pk11_struct.doc', line 779 def to_s; end |