Class: PKCS11::Luna::CK_SSL3_KEY_MAT_OUT
- Defined in:
- ext/pk11l_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#hClientKey ⇒ Integer, PKCS11::Object
Object handle (CK_ULONG).
-
#hClientMacSecret ⇒ Integer, PKCS11::Object
Object handle (CK_ULONG).
-
#hServerKey ⇒ Integer, PKCS11::Object
Object handle (CK_ULONG).
-
#hServerMacSecret ⇒ Integer, PKCS11::Object
Object handle (CK_ULONG).
-
#pIVClient ⇒ String?
Accessor for pIVClient.
-
#pIVServer ⇒ String?
Accessor for pIVServer.
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Instance Attribute Details
#hClientKey ⇒ Integer, PKCS11::Object
Returns Object handle (CK_ULONG).
381 382 383 |
# File 'ext/pk11l_struct.doc', line 381 def hClientKey @hClientKey end |
#hClientMacSecret ⇒ Integer, PKCS11::Object
Returns Object handle (CK_ULONG).
377 378 379 |
# File 'ext/pk11l_struct.doc', line 377 def hClientMacSecret @hClientMacSecret end |
#hServerKey ⇒ Integer, PKCS11::Object
Returns Object handle (CK_ULONG).
383 384 385 |
# File 'ext/pk11l_struct.doc', line 383 def hServerKey @hServerKey end |
#hServerMacSecret ⇒ Integer, PKCS11::Object
Returns Object handle (CK_ULONG).
379 380 381 |
# File 'ext/pk11l_struct.doc', line 379 def hServerMacSecret @hServerMacSecret end |
#pIVClient ⇒ String?
Returns accessor for pIVClient.
373 374 375 |
# File 'ext/pk11l_struct.doc', line 373 def pIVClient @pIVClient end |
#pIVServer ⇒ String?
Returns accessor for pIVServer.
375 376 377 |
# File 'ext/pk11l_struct.doc', line 375 def pIVServer @pIVServer end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
371 |
# File 'ext/pk11l_struct.doc', line 371 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
369 |
# File 'ext/pk11l_struct.doc', line 369 def to_s; end |