Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ private void checkServerDN(X509Certificate cert)
private final static String TRUSTED_CERT_PATH = ConfigOperation.getCertificateDir();
public static final int DEFAULT_PORT = 7512;

protected final static int keySize = 1024;
protected final static int keySize = 2048;
protected final int MIN_PASS_PHRASE_LEN = 6;
protected final static String keyAlg = "RSA";
protected final static String pkcs10SigAlgName = "SHA1withRSA";
Expand Down