Uses of Interface
hcrypto.analyzer.ExpertAnalyzer

Packages that use ExpertAnalyzer
hcrypto.analyzer   
 

Uses of ExpertAnalyzer in hcrypto.analyzer
 

Classes in hcrypto.analyzer that implement ExpertAnalyzer
 class AffineAnalyzer
          Description: This class assumes that the text it is passed is encrypted with an Affine engine.
 class CaesarAnalyzer
          Assumes that the text it is passed is encrypted with a Caesar shift.
 class VigenereAnalyzer
          Assumes that the text it is passed is encrypted with a Vigenere cipher.