Uses of Class
symmetric.OneTimePad

Packages that use OneTimePad
main   
 

Uses of OneTimePad in main
 

Methods in main that return OneTimePad
 OneTimePad DNACrypt.loadOneTimePad(java.io.File file)
          Loads a One Time Pad
 

Methods in main with parameters of type OneTimePad
 byte[] DNACrypt.otpDecrypt(OneTimePad otp, char[] genome, boolean inGenome, int correction)
          Decrypts a genome by using a One Time Pad