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

Commit 4dc54149 authored by Alex Klyubin's avatar Alex Klyubin Committed by Android (Google) Code Review
Browse files

Merge "Add missing value for EcIesParameterSpec.PointFormatEnum." into mnc-dev

parents 09b15d5b 322e2c3a
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -52,7 +52,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 {}

    /**