Class: PKCS11::CK_RSA_AES_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
-
#pOAEPParams ⇒ PKCS11::CK_RSA_PKCS_OAEP_PARAMS?
Pointer to struct.
-
#ulAESKeyBits ⇒ Integer
Accessor for ulAESKeyBits (CK_ULONG).
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
#pOAEPParams ⇒ PKCS11::CK_RSA_PKCS_OAEP_PARAMS?
Returns pointer to struct.
813 814 815 |
# File 'ext/pk11_struct.doc', line 813 def pOAEPParams @pOAEPParams end |
#ulAESKeyBits ⇒ Integer
Returns accessor for ulAESKeyBits (CK_ULONG).
811 812 813 |
# File 'ext/pk11_struct.doc', line 811 def ulAESKeyBits @ulAESKeyBits end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
809 |
# File 'ext/pk11_struct.doc', line 809 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
807 |
# File 'ext/pk11_struct.doc', line 807 def to_s; end |