Class: Pantry::Communication::Security::CurveSecurity

Inherits:
Object
  • Object
show all
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

Classes: Client, Server

Class Method Summary collapse

Class Method Details

.clientObject



14
15
16
# File 'lib/pantry/communication/security/curve_security.rb', line 14

def self.client
  Client.new
end

.serverObject



18
19
20
# File 'lib/pantry/communication/security/curve_security.rb', line 18

def self.server
  Server.new
end