@Immutable public static final class EciesParameters.PointFormat extends Object
| Modifier and Type | Field and Description |
|---|---|
static EciesParameters.PointFormat |
COMPRESSED |
static EciesParameters.PointFormat |
LEGACY_UNCOMPRESSED
Like
UNCOMPRESSED, but without the \x04 prefix. |
static EciesParameters.PointFormat |
UNCOMPRESSED |
public static final EciesParameters.PointFormat COMPRESSED
public static final EciesParameters.PointFormat UNCOMPRESSED
public static final EciesParameters.PointFormat LEGACY_UNCOMPRESSED
UNCOMPRESSED, but without the \x04 prefix. Crunchy uses this format. DO NOT USE
unless you are a Crunchy user moving to Tink.