We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d4272 commit 7dfd02fCopy full SHA for 7dfd02f
key-pair-loader/src/main/java/com/onixbyte/security/KeyLoader.java
@@ -64,7 +64,7 @@ public interface KeyLoader {
64
* @see KeyFactory#generatePublic(KeySpec)
65
*/
66
default RSAPublicKey loadPublicKey(String modulus, String exponent) {
67
- throw new KeyLoadingException("This key loader does not support RSA Public key loading.");
+ throw new KeyLoadingException("This key loader does not support loading an RSA public key.");
68
}
69
70
/**
0 commit comments