Class: PKCS11::Luna::CK_PRF_KDF_PARAMS
- Defined in:
- ext/pk11l_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pContext ⇒ String?
Accessor for pContext and ulContextLen.
-
#pLabel ⇒ String?
Accessor for pLabel and ulLabelLen.
-
#prfType ⇒ Integer
Accessor for prfType (CK_ULONG).
-
#ulCounter ⇒ Integer
Accessor for ulCounter (CK_ULONG).
-
#ulEncodingScheme ⇒ Integer
Accessor for ulEncodingScheme (CK_ULONG).
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Instance Attribute Details
#pContext ⇒ String?
Returns accessor for pContext and ulContextLen.
505 506 507 |
# File 'ext/pk11l_struct.doc', line 505 def pContext @pContext end |
#pLabel ⇒ String?
Returns accessor for pLabel and ulLabelLen.
503 504 505 |
# File 'ext/pk11l_struct.doc', line 503 def pLabel @pLabel end |
#prfType ⇒ Integer
Returns accessor for prfType (CK_ULONG).
507 508 509 |
# File 'ext/pk11l_struct.doc', line 507 def prfType @prfType end |
#ulCounter ⇒ Integer
Returns accessor for ulCounter (CK_ULONG).
509 510 511 |
# File 'ext/pk11l_struct.doc', line 509 def ulCounter @ulCounter end |
#ulEncodingScheme ⇒ Integer
Returns accessor for ulEncodingScheme (CK_ULONG).
511 512 513 |
# File 'ext/pk11l_struct.doc', line 511 def ulEncodingScheme @ulEncodingScheme end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
501 |
# File 'ext/pk11l_struct.doc', line 501 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
499 |
# File 'ext/pk11l_struct.doc', line 499 def to_s; end |