buddy.core.keys/private-key fails with java.lang.NullPointerException if no passphrase provided
skammer opened this issue · 1 comments
skammer commented
buddy.core.keys/private-key fails with java.lang.NullPointerException if no passphrase provided
niwinz commented
This is happens when the private key is encrypted but you are not providing the password. With non encrypted keys this is not happens.
I will add a proper exception (instead of null pointer exception) for cover this case.