Package org.bouncycastle.crypto.general
Class EdEC.Algorithm
- java.lang.Object
-
- org.bouncycastle.crypto.general.EdEC.Algorithm
-
- Enclosing class:
- EdEC
public static final class EdEC.Algorithm extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static GeneralAlgorithm
Ed25519
static GeneralAlgorithm
Ed448
static GeneralAlgorithm
X25519
static GeneralAlgorithm
X448
-
-
-
Field Detail
-
Ed448
public static final GeneralAlgorithm Ed448
-
Ed25519
public static final GeneralAlgorithm Ed25519
-
X448
public static final GeneralAlgorithm X448
-
X25519
public static final GeneralAlgorithm X25519
-
-