Package org.apache.sshd.common.cipher
Class ECCurves.Constants
- java.lang.Object
-
- org.apache.sshd.common.cipher.ECCurves.Constants
-
-
Field Detail
-
ECDSA_SHA2_PREFIX
public static final String ECDSA_SHA2_PREFIX
Standard prefix of NISTP key types when encoded- See Also:
- Constant Field Values
-
NISTP256
public static final String NISTP256
- See Also:
- Constant Field Values
-
NISTP384
public static final String NISTP384
- See Also:
- Constant Field Values
-
NISTP521
public static final String NISTP521
- See Also:
- Constant Field Values
-
-