Interface KeyStringResolver


public interface KeyStringResolver
The interface for resolving the aes encryption key.
  • Method Summary

    Modifier and Type
    Method
    Description
    char[]
    Getting the key to used to for aes encryption.
  • Method Details

    • getKey

      char[] getKey(String val)
      Getting the key to used to for aes encryption. Takes a string that may hold the key value and returns a char[] of the encryption key.
      Parameters:
      val -
      Returns:
      char[]