1. What are the two common types for Keystore?
The common ones are JKS (Default) and JCEKS (when you want to store symmetric keys).
2. Common Errors
java.security.UnrecoverableKeyException: Given final block not properly padded
Cause: The Keystore password and the KeyPair password are not the same.
No comments:
Post a Comment