Interface Encryption


public interface Encryption
Defines an interface for an encryption class.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an encrypted version of the specified string.
  • Method Details

    • encrypt

      String encrypt(String s)
      Returns an encrypted version of the specified string.