Check if a string is a private key (nsec)
static bool isPrivateKey(String str) { return isKey(Hrps.kPrivateKey, str); }