Package com.google.crypto.tink.hybrid
Class EciesParameters.PointFormat
- java.lang.Object
-
- com.google.crypto.tink.hybrid.EciesParameters.PointFormat
-
- Enclosing class:
- EciesParameters
@Immutable public static final class EciesParameters.PointFormat extends java.lang.ObjectThe Elliptic Curve Point Format.
-
-
Field Summary
Fields Modifier and Type Field Description static EciesParameters.PointFormatCOMPRESSEDstatic EciesParameters.PointFormatLEGACY_UNCOMPRESSEDLikeUNCOMPRESSED, but without the \x04 prefix.static EciesParameters.PointFormatUNCOMPRESSED
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
COMPRESSED
public static final EciesParameters.PointFormat COMPRESSED
-
UNCOMPRESSED
public static final EciesParameters.PointFormat UNCOMPRESSED
-
LEGACY_UNCOMPRESSED
public static final EciesParameters.PointFormat LEGACY_UNCOMPRESSED
LikeUNCOMPRESSED, but without the \x04 prefix. Crunchy uses this format. DO NOT USE unless you are a Crunchy user moving to Tink.
-
-