Interface KeyStringResolver


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

      • getKey

        char[] getKey​(java.lang.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[]