- cleanup

This commit is contained in:
Iger
2017-06-25 11:26:23 +03:00
committed by Jeroen van Erp
parent 3685f9dc36
commit 3310530d42

View File

@@ -275,8 +275,6 @@ public enum KeyType {
} }
}; };
private static String NISTP_CURVE_256 = "qqq";
private static String NISTP_CURVE_384 = "qqq";
protected final String sType; protected final String sType;
private KeyType(String type) { private KeyType(String type) {