Class: PKCS11::CK_RSA_PKCS_PSS_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).
-
#sLen ⇒ Integer
Accessor for sLen (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).
173 174 175 |
# File 'ext/pk11_struct.doc', line 173 def hashAlg @hashAlg end |
#mgf ⇒ Integer
Returns accessor for mgf (CK_ULONG).
175 176 177 |
# File 'ext/pk11_struct.doc', line 175 def mgf @mgf end |
#sLen ⇒ Integer
Returns accessor for sLen (CK_ULONG).
177 178 179 |
# File 'ext/pk11_struct.doc', line 177 def sLen @sLen end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
171 |
# File 'ext/pk11_struct.doc', line 171 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
169 |
# File 'ext/pk11_struct.doc', line 169 def to_s; end |