Example #1
0
        public EncryptConfig copy()
        {
            EncryptConfig copy = new EncryptConfig(key);

            return(copy);
        }
Example #2
0
 public void setConfig(EncryptConfig config)
 {
     this.config = config.copy();
 }