Class: PKCS11::CK_RSA_PKCS_OAEP_PARAMS
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#hashAlg ⇒ Integer
Accessor for hashAlg (CK_ULONG).
-
#mgf ⇒ Integer
Accessor for mgf (CK_ULONG).
-
#pSourceData ⇒ ASCII8BIT-String?
Accessor for pSourceData and ulSourceDataLen.
-
#source ⇒ Integer
Accessor for source (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
#hashAlg ⇒ Integer
Returns accessor for hashAlg (CK_ULONG).
159 160 161 |
# File 'ext/pk11_struct.doc', line 159 def hashAlg @hashAlg end |
#mgf ⇒ Integer
Returns accessor for mgf (CK_ULONG).
161 162 163 |
# File 'ext/pk11_struct.doc', line 161 def mgf @mgf end |
#pSourceData ⇒ ASCII8BIT-String?
Returns accessor for pSourceData and ulSourceDataLen.
157 158 159 |
# File 'ext/pk11_struct.doc', line 157 def pSourceData @pSourceData end |
#source ⇒ Integer
Returns accessor for source (CK_ULONG).
163 164 165 |
# File 'ext/pk11_struct.doc', line 163 def source @source end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
155 |
# File 'ext/pk11_struct.doc', line 155 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
153 |
# File 'ext/pk11_struct.doc', line 153 def to_s; end |