Interface KeyDerivation.Lazy

    • Method Detail

      • cryptoKdfKeygen

        Key cryptoKdfKeygen()
        Auto generates a master key and returns it in string format. The reason why this does not return a string via the normal 'masterKey.getBytes()' is because the resulting string is mangled.
        Returns:
        A master Key.