Class: PKCS11::CK_GOSTR3410_KEY_WRAP_PARAMS
- 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).
-
#pUKM ⇒ ASCII8BIT-String?
Accessor for pUKM and ulUKMLen.
-
#pWrapOID ⇒ ASCII8BIT-String?
Accessor for pWrapOID and ulWrapOIDLen.
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).
911 912 913 |
# File 'ext/pk11_struct.doc', line 911 def hKey @hKey end |
#pUKM ⇒ ASCII8BIT-String?
Returns accessor for pUKM and ulUKMLen.
909 910 911 |
# File 'ext/pk11_struct.doc', line 909 def pUKM @pUKM end |
#pWrapOID ⇒ ASCII8BIT-String?
Returns accessor for pWrapOID and ulWrapOIDLen.
907 908 909 |
# File 'ext/pk11_struct.doc', line 907 def pWrapOID @pWrapOID end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
905 |
# File 'ext/pk11_struct.doc', line 905 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
903 |
# File 'ext/pk11_struct.doc', line 903 def to_s; end |