Interface Cipher


@Deprecated public interface Cipher
Deprecated.
since 2.0
This API is deprecated since 2.0 and kept only to provide compatibility for old custom implementations. Please use SecretStore instead.
Since:
1.0.14
  • Method Summary

    Modifier and Type
    Method
    Description
    decrypt(String encryptedPassword)
    Deprecated.
     
    encrypt(String plainTextData)
    Deprecated.
     
  • Method Details

    • decrypt

      String decrypt(String encryptedPassword)
      Deprecated.
    • encrypt

      String encrypt(String plainTextData)
      Deprecated.