OpenSSL::Engine

class OpenSSL::Engine

Parent:
Object

This class is the access to openssl's ENGINE cryptographic module implementation.

See also, www.openssl.org/docs/crypto/engine.html

Public Class Methods

by_id(name) → engine Show source

Fetch the engine as specified by the id String

OpenSSL::Engine.by_id("openssl")