OpenSSL::PKey::PKey

class OpenSSL::PKey::PKey

Parent:
Object

An abstract class that bundles signature creation (PKey#sign) and validation (PKey#verify) that is common to all implementations except OpenSSL::PKey::DH

Public Class Methods