Class: PKCS11::CK_KEY_WRAP_SET_OAEP_PARAMS
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#bBC ⇒ Integer
Accessor for bBC (CK_BYTE).
-
#pX ⇒ ASCII8BIT-String?
Accessor for pX and ulXLen.
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
#bBC ⇒ Integer
Returns accessor for bBC (CK_BYTE).
461 462 463 |
# File 'ext/pk11_struct.doc', line 461 def bBC @bBC end |
#pX ⇒ ASCII8BIT-String?
Returns accessor for pX and ulXLen.
459 460 461 |
# File 'ext/pk11_struct.doc', line 459 def pX @pX end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
457 |
# File 'ext/pk11_struct.doc', line 457 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
455 |
# File 'ext/pk11_struct.doc', line 455 def to_s; end |