Package org.apache.sshd.common.cipher
Class ECCurves.Constants
- java.lang.Object
-
- org.apache.sshd.common.cipher.ECCurves.Constants
-
- Enclosing class:
- ECCurves
public static final class ECCurves.Constants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ECDSA_SHA2_PREFIX
Standard prefix of NISTP key types when encodedstatic java.lang.String
NISTP256
static java.lang.String
NISTP384
static java.lang.String
NISTP521
-
Constructor Summary
Constructors Modifier Constructor Description private
Constants()
-
-
-
Field Detail
-
ECDSA_SHA2_PREFIX
public static final java.lang.String ECDSA_SHA2_PREFIX
Standard prefix of NISTP key types when encoded- See Also:
- Constant Field Values
-
NISTP256
public static final java.lang.String NISTP256
- See Also:
- Constant Field Values
-
NISTP384
public static final java.lang.String NISTP384
- See Also:
- Constant Field Values
-
NISTP521
public static final java.lang.String NISTP521
- See Also:
- Constant Field Values
-
-