Class PBECipher


  • public class PBECipher
    extends java.lang.Object
    Version:
    $Id$
    Author:
    Oleg Gusakov
    • Constructor Summary

      Constructors 
      Constructor Description
      PBECipher()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String decrypt64​(java.lang.String encryptedText, java.lang.String password)  
      java.lang.String encrypt64​(java.lang.String clearText, java.lang.String password)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait