Exception: PqcAsn1::ParseError
Overview
Raised when DER, PEM, or Base64 input cannot be parsed. Subclass of Error — rescue Error catches both.
Constant Summary collapse
- MALFORMED_INPUT =
Frozen category constants for use in
whenbranches without string allocation. Prefer these over bare symbol literals when pattern-matching on e.category. :malformed_input- MALFORMED_ENCODING =
:malformed_encoding- VALIDATION =
:validation- SYSTEM =
:system
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from PqcAsn1::Error