Interface Cipher

All Known Implementing Classes:
DefaultCipher, ShaAKSKCipher

public interface Cipher
  • Method Summary

    Modifier and Type
    Method
    Description
    char[]
    decrypt(char[] encrypted)
     
     
  • Method Details

    • name

      String name()
    • decrypt

      char[] decrypt(char[] encrypted)