funcool/buddy-core

buddy.core.keys/private-key fails with java.lang.NullPointerException if no passphrase provided

skammer opened this issue · 1 comments

buddy.core.keys/private-key fails with java.lang.NullPointerException if no passphrase provided

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.