Class: Pkernel::KeyPair

Inherits:
Object
  • Object
show all
Includes:
Catcher
Defined in:
lib/pkernel.rb

Overview

CatchAll = Catcher.new

Constant Summary collapse

RSA_KEY_NAME =
"RSA"
DSA_KEY_NAME =
"DSA"
EC_KEY_NAME =
"EC"
DH_KEY_NAME =
"DH"

Method Summary

Methods included from Catcher

#method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Pkernel::Catcher