Class: COSE::Key::OKP
Constant Summary collapse
- KTY_OKP =
1
Constants inherited from CurveKey
CurveKey::LABEL_CRV, CurveKey::LABEL_D, CurveKey::LABEL_X
Constants inherited from Base
Base::LABEL_ALG, Base::LABEL_BASE_IV, Base::LABEL_KEY_OPS, Base::LABEL_KID, Base::LABEL_KTY
Instance Attribute Summary
Attributes inherited from CurveKey
Attributes inherited from Base
#alg, #base_iv, #key_ops, #kid
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from CurveKey
#initialize, keyword_arguments_for_initialize
Methods inherited from Base
deserialize, from_map, #initialize, #serialize
Constructor Details
This class inherits a constructor from COSE::Key::CurveKey