Package com.google.crypto.tink.hybrid
Class EciesParameters.CurveType
- java.lang.Object
-
- com.google.crypto.tink.hybrid.EciesParameters.CurveType
-
- Enclosing class:
- EciesParameters
@Immutable public static final class EciesParameters.CurveType extends java.lang.ObjectThe elliptic curve type used for the KEM.
-
-
Field Summary
Fields Modifier and Type Field Description static EciesParameters.CurveTypeNIST_P256static EciesParameters.CurveTypeNIST_P384static EciesParameters.CurveTypeNIST_P521static EciesParameters.CurveTypeX25519
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
NIST_P256
public static final EciesParameters.CurveType NIST_P256
-
NIST_P384
public static final EciesParameters.CurveType NIST_P384
-
NIST_P521
public static final EciesParameters.CurveType NIST_P521
-
X25519
public static final EciesParameters.CurveType X25519
-
-