Class: PKCS11::CK_KIP_PARAMS
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).
-
#pMechanism ⇒ PKCS11::CK_MECHANISM?
Pointer to struct.
-
#pSeed ⇒ String?
Accessor for pSeed and ulSeedLen.
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).
705 706 707 |
# File 'ext/pk11_struct.doc', line 705 def hKey @hKey end |
#pMechanism ⇒ PKCS11::CK_MECHANISM?
Returns pointer to struct.
703 704 705 |
# File 'ext/pk11_struct.doc', line 703 def pMechanism @pMechanism end |
#pSeed ⇒ String?
Returns accessor for pSeed and ulSeedLen.
701 702 703 |
# File 'ext/pk11_struct.doc', line 701 def pSeed @pSeed end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
699 |
# File 'ext/pk11_struct.doc', line 699 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
697 |
# File 'ext/pk11_struct.doc', line 697 def to_s; end |