Class: PKCS11::CK_GOSTR3410_DERIVE_PARAMS
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#kdf ⇒ Integer
Accessor for kdf (CK_ULONG).
-
#pPublicData ⇒ ASCII8BIT-String?
Accessor for pPublicData and ulPublicDataLen.
-
#pUKM ⇒ ASCII8BIT-String?
Accessor for pUKM and ulUKMLen.
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
#kdf ⇒ Integer
Returns accessor for kdf (CK_ULONG).
897 898 899 |
# File 'ext/pk11_struct.doc', line 897 def kdf @kdf end |
#pPublicData ⇒ ASCII8BIT-String?
Returns accessor for pPublicData and ulPublicDataLen.
893 894 895 |
# File 'ext/pk11_struct.doc', line 893 def pPublicData @pPublicData end |
#pUKM ⇒ ASCII8BIT-String?
Returns accessor for pUKM and ulUKMLen.
895 896 897 |
# File 'ext/pk11_struct.doc', line 895 def pUKM @pUKM end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
891 |
# File 'ext/pk11_struct.doc', line 891 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
889 |
# File 'ext/pk11_struct.doc', line 889 def to_s; end |