Class: PKCS11::CK_WTLS_KEY_MAT_OUT
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#hKey ⇒ Integer, PKCS11::Object
Object handle (CK_ULONG).
-
#hMacSecret ⇒ Integer, PKCS11::Object
Object handle (CK_ULONG).
-
#pIV ⇒ ASCII8BIT-String?
Accessor for pIV.
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
#hKey ⇒ Integer, PKCS11::Object
Returns Object handle (CK_ULONG).
583 584 585 |
# File 'ext/pk11_struct.doc', line 583 def hKey @hKey end |
#hMacSecret ⇒ Integer, PKCS11::Object
Returns Object handle (CK_ULONG).
581 582 583 |
# File 'ext/pk11_struct.doc', line 581 def hMacSecret @hMacSecret end |
#pIV ⇒ ASCII8BIT-String?
Returns accessor for pIV.
579 580 581 |
# File 'ext/pk11_struct.doc', line 579 def pIV @pIV end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
577 |
# File 'ext/pk11_struct.doc', line 577 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
575 |
# File 'ext/pk11_struct.doc', line 575 def to_s; end |