Class: PKCS11::CK_SKIPJACK_RELAYX_PARAMS
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pNewPassword ⇒ ASCII8BIT-String?
Accessor for pNewPassword and ulNewPasswordLen.
-
#pNewPublicData ⇒ ASCII8BIT-String?
Accessor for pNewPublicData and ulNewPublicDataLen.
-
#pNewRandomA ⇒ ASCII8BIT-String?
Accessor for pNewRandomA.
-
#pOldPassword ⇒ ASCII8BIT-String?
Accessor for pOldPassword and ulOldPasswordLen.
-
#pOldPublicData ⇒ ASCII8BIT-String?
Accessor for pOldPublicData and ulOldPublicDataLen.
-
#pOldRandomA ⇒ ASCII8BIT-String?
Accessor for pOldRandomA.
-
#pOldWrappedX ⇒ ASCII8BIT-String?
Accessor for pOldWrappedX and ulOldWrappedXLen.
-
#ulNewRandomLen ⇒ Integer
Accessor for ulNewRandomLen (CK_ULONG).
-
#ulOldRandomLen ⇒ Integer
Accessor for ulOldRandomLen (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
#pNewPassword ⇒ ASCII8BIT-String?
Returns accessor for pNewPassword and ulNewPasswordLen.
425 426 427 |
# File 'ext/pk11_struct.doc', line 425 def pNewPassword @pNewPassword end |
#pNewPublicData ⇒ ASCII8BIT-String?
Returns accessor for pNewPublicData and ulNewPublicDataLen.
427 428 429 |
# File 'ext/pk11_struct.doc', line 427 def pNewPublicData @pNewPublicData end |
#pNewRandomA ⇒ ASCII8BIT-String?
Returns accessor for pNewRandomA.
429 430 431 |
# File 'ext/pk11_struct.doc', line 429 def pNewRandomA @pNewRandomA end |
#pOldPassword ⇒ ASCII8BIT-String?
Returns accessor for pOldPassword and ulOldPasswordLen.
419 420 421 |
# File 'ext/pk11_struct.doc', line 419 def pOldPassword @pOldPassword end |
#pOldPublicData ⇒ ASCII8BIT-String?
Returns accessor for pOldPublicData and ulOldPublicDataLen.
421 422 423 |
# File 'ext/pk11_struct.doc', line 421 def pOldPublicData @pOldPublicData end |
#pOldRandomA ⇒ ASCII8BIT-String?
Returns accessor for pOldRandomA.
423 424 425 |
# File 'ext/pk11_struct.doc', line 423 def pOldRandomA @pOldRandomA end |
#pOldWrappedX ⇒ ASCII8BIT-String?
Returns accessor for pOldWrappedX and ulOldWrappedXLen.
417 418 419 |
# File 'ext/pk11_struct.doc', line 417 def pOldWrappedX @pOldWrappedX end |
#ulNewRandomLen ⇒ Integer
Returns accessor for ulNewRandomLen (CK_ULONG).
433 434 435 |
# File 'ext/pk11_struct.doc', line 433 def ulNewRandomLen @ulNewRandomLen end |
#ulOldRandomLen ⇒ Integer
Returns accessor for ulOldRandomLen (CK_ULONG).
431 432 433 |
# File 'ext/pk11_struct.doc', line 431 def ulOldRandomLen @ulOldRandomLen end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
415 |
# File 'ext/pk11_struct.doc', line 415 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
413 |
# File 'ext/pk11_struct.doc', line 413 def to_s; end |