'Is there any length limit for an Android KeyStore alias?

I'd like to generate a key with KeyGenParameterSpec.Builder but the official documentation doesn't contain information about any length limit for the alias.

It only says:

"alias of the entry in which the generated key will appear in Android KeyStore. Must not be empty. This value cannot be null."



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source