Class: PKCS11::CK_SSL3_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
-
#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 ⇒ ASCII8BIT-String?
Accessor for pIVClient.
-
#pIVServer ⇒ ASCII8BIT-String?
Accessor for pIVServer.
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
#hClientKey ⇒ Integer, PKCS11::Object
Returns Object handle (CK_ULONG).
503 504 505 |
# File 'ext/pk11_struct.doc', line 503 def hClientKey @hClientKey end |
#hClientMacSecret ⇒ Integer, PKCS11::Object
Returns Object handle (CK_ULONG).
499 500 501 |
# File 'ext/pk11_struct.doc', line 499 def hClientMacSecret @hClientMacSecret end |
#hServerKey ⇒ Integer, PKCS11::Object
Returns Object handle (CK_ULONG).
505 506 507 |
# File 'ext/pk11_struct.doc', line 505 def hServerKey @hServerKey end |
#hServerMacSecret ⇒ Integer, PKCS11::Object
Returns Object handle (CK_ULONG).
501 502 503 |
# File 'ext/pk11_struct.doc', line 501 def hServerMacSecret @hServerMacSecret end |
#pIVClient ⇒ ASCII8BIT-String?
Returns accessor for pIVClient.
495 496 497 |
# File 'ext/pk11_struct.doc', line 495 def pIVClient @pIVClient end |
#pIVServer ⇒ ASCII8BIT-String?
Returns accessor for pIVServer.
497 498 499 |
# File 'ext/pk11_struct.doc', line 497 def pIVServer @pIVServer end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
493 |
# File 'ext/pk11_struct.doc', line 493 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
491 |
# File 'ext/pk11_struct.doc', line 491 def to_s; end |