forked from openrs2/openrs2
I think this makes more sense, as we're loading it from the etc directory, just like etc/config.yaml, and it isn't required by most of the users of the crypto module. Signed-off-by: Graham <gpe@openrs2.org>bzip2
parent
7e8883b430
commit
7eae597892
@ -1,6 +1,7 @@ |
|||||||
package org.openrs2.crypto |
package org.openrs2.conf |
||||||
|
|
||||||
import org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters |
import org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters |
||||||
|
import org.openrs2.crypto.Rsa |
||||||
import java.nio.file.Files |
import java.nio.file.Files |
||||||
import java.nio.file.Path |
import java.nio.file.Path |
||||||
import javax.inject.Provider |
import javax.inject.Provider |
Loading…
Reference in new issue