123456789_123456789_123456789_123456789_123456789_

Exception: OpenSSL::PKey::PKeyError

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: OpenSSL::OpenSSLError
Defined in: ext/openssl/ossl_pkey.c

Overview

Raised when errors occur during PKey#sign or PKey#verify.

Before version 4.0.0, PKeyError had the following subclasses. These subclasses have been removed and the constants are now defined as aliases of PKeyError.

Instance Attribute Summary

::OpenSSL::OpenSSLError - Inherited

#errors

OpenSSL error queue entries captured at the time the exception was raised.

Instance Method Summary

::OpenSSL::OpenSSLError - Inherited

#detailed_message

Returns the exception message decorated with the captured OpenSSL error queue entries.