Package org.iqtig.crypto.key.impl
Class KeySetting
- java.lang.Object
-
- org.iqtig.crypto.key.impl.KeySetting
-
public class KeySetting extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
KEY_SIZE_ASYM
static int
KEY_SIZE_SYM
static String
KEY_TYPE_ASYM
static String
KEY_TYPE_SYM
-
Constructor Summary
Constructors Constructor Description KeySetting()
-
-
-
Field Detail
-
KEY_TYPE_SYM
public static final String KEY_TYPE_SYM
- See Also:
- Constant Field Values
-
KEY_SIZE_SYM
public static final int KEY_SIZE_SYM
- See Also:
- Constant Field Values
-
KEY_TYPE_ASYM
public static final String KEY_TYPE_ASYM
- See Also:
- Constant Field Values
-
KEY_SIZE_ASYM
public static final int KEY_SIZE_ASYM
- See Also:
- Constant Field Values
-
-