Exception: PqcAsn1::DERError

Inherits:
ParseError show all
Defined in:
lib/pqc_asn1.rb

Overview

Raised for DER-specific parse errors (outer SEQUENCE, version, algorithm, key, unused bits, trailing data, extra fields). Rescue this to handle DER problems separately from PEM/OID errors.

Constant Summary

Constants inherited from ParseError

ParseError::MALFORMED_ENCODING, ParseError::MALFORMED_INPUT, ParseError::SYSTEM, ParseError::VALIDATION

Instance Attribute Summary

Attributes inherited from Error

#code, #offset

Method Summary

Methods inherited from Error

#category, #initialize

Constructor Details

This class inherits a constructor from PqcAsn1::Error