Class: PKCS11::CK_SKIPJACK_PRIVATE_WRAP_PARAMS
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pBaseG ⇒ ASCII8BIT-String?
Accessor for pBaseG.
-
#pPassword ⇒ ASCII8BIT-String?
Accessor for pPassword and ulPasswordLen.
-
#pPrimeP ⇒ ASCII8BIT-String?
Accessor for pPrimeP.
-
#pPublicData ⇒ ASCII8BIT-String?
Accessor for pPublicData and ulPublicDataLen.
-
#pRandomA ⇒ ASCII8BIT-String?
Accessor for pRandomA.
-
#pSubprimeQ ⇒ ASCII8BIT-String?
Accessor for pSubprimeQ.
-
#ulPAndGLen ⇒ Integer
Accessor for ulPAndGLen (CK_ULONG).
-
#ulQLen ⇒ Integer
Accessor for ulQLen (CK_ULONG).
-
#ulRandomLen ⇒ Integer
Accessor for ulRandomLen (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
#pBaseG ⇒ ASCII8BIT-String?
Returns accessor for pBaseG.
399 400 401 |
# File 'ext/pk11_struct.doc', line 399 def pBaseG @pBaseG end |
#pPassword ⇒ ASCII8BIT-String?
Returns accessor for pPassword and ulPasswordLen.
391 392 393 |
# File 'ext/pk11_struct.doc', line 391 def pPassword @pPassword end |
#pPrimeP ⇒ ASCII8BIT-String?
Returns accessor for pPrimeP.
397 398 399 |
# File 'ext/pk11_struct.doc', line 397 def pPrimeP @pPrimeP end |
#pPublicData ⇒ ASCII8BIT-String?
Returns accessor for pPublicData and ulPublicDataLen.
393 394 395 |
# File 'ext/pk11_struct.doc', line 393 def pPublicData @pPublicData end |
#pRandomA ⇒ ASCII8BIT-String?
Returns accessor for pRandomA.
395 396 397 |
# File 'ext/pk11_struct.doc', line 395 def pRandomA @pRandomA end |
#pSubprimeQ ⇒ ASCII8BIT-String?
Returns accessor for pSubprimeQ.
401 402 403 |
# File 'ext/pk11_struct.doc', line 401 def pSubprimeQ @pSubprimeQ end |
#ulPAndGLen ⇒ Integer
Returns accessor for ulPAndGLen (CK_ULONG).
403 404 405 |
# File 'ext/pk11_struct.doc', line 403 def ulPAndGLen @ulPAndGLen end |
#ulQLen ⇒ Integer
Returns accessor for ulQLen (CK_ULONG).
405 406 407 |
# File 'ext/pk11_struct.doc', line 405 def ulQLen @ulQLen end |
#ulRandomLen ⇒ Integer
Returns accessor for ulRandomLen (CK_ULONG).
407 408 409 |
# File 'ext/pk11_struct.doc', line 407 def ulRandomLen @ulRandomLen end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
389 |
# File 'ext/pk11_struct.doc', line 389 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
387 |
# File 'ext/pk11_struct.doc', line 387 def to_s; end |