Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 322e2c3a authored by Alex Klyubin's avatar Alex Klyubin
Browse files

Add missing value for EcIesParameterSpec.PointFormatEnum.

Change-Id: If14fe3c3c7ed123b0fa9d5874db2ad8844e49671
parent e1176f10
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -50,7 +50,11 @@ import javax.crypto.Mac;
public class EcIesParameterSpec implements AlgorithmParameterSpec {

    @Retention(RetentionPolicy.SOURCE)
    @IntDef(value = {PointFormat.UNCOMPRESSED, PointFormat.COMPRESSED})
    @IntDef({
        PointFormat.UNSPECIFIED,
        PointFormat.UNCOMPRESSED,
        PointFormat.COMPRESSED,
        })
    public @interface PointFormatEnum {}

    /**