class NetPGP::SymmetricKeyAlgorithm

Constants

AES128
AES192
AES256
BLOWFISH
CAST5
IDEA
PLAINTEXT
STRING_MAPPING

see pgp_str_to_cipher

TRIPLEDES
TWOFISH256

Public Class Methods

to_s(alg) click to toggle source
# File lib/netpgp/highlevel/constants.rb, line 77
def self.to_s(alg)
  STRING_MAPPING[alg]
end