mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 00:38:11 +00:00
Remove bouncycastle dependency from util
This commit is contained in:
@@ -86,7 +86,7 @@ public final class NetworkConstants {
|
||||
RSA_MODULUS = privateKey.getModulus();
|
||||
RSA_EXPONENT = privateKey.getPrivateExponent();
|
||||
} catch (Exception exception) {
|
||||
throw new ExceptionInInitializerError(new IOException("Error parsing id_rsa", exception));
|
||||
throw new ExceptionInInitializerError(new IOException("Error parsing rsa.pem", exception));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user