refactor: fix exception message typo
This commit is contained in:
@@ -64,7 +64,7 @@ public interface KeyLoader {
|
|||||||
* @see KeyFactory#generatePublic(KeySpec)
|
* @see KeyFactory#generatePublic(KeySpec)
|
||||||
*/
|
*/
|
||||||
default RSAPublicKey loadPublicKey(String modulus, String exponent) {
|
default RSAPublicKey loadPublicKey(String modulus, String exponent) {
|
||||||
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.");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user