Class: Pantry::Communication::Security::CurveSecurity
- Inherits:
-
Object
- Object
- Pantry::Communication::Security::CurveSecurity
- Defined in:
- lib/pantry/communication/security/curve_security.rb
Overview
ZeroMQ Curve encryption strategy. For details about how the Curve encryption works in ZeroMQ, check out the following:
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.client ⇒ Object
14 15 16 |
# File 'lib/pantry/communication/security/curve_security.rb', line 14 def self.client Client.new end |
.server ⇒ Object
18 19 20 |
# File 'lib/pantry/communication/security/curve_security.rb', line 18 def self.server Server.new end |