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

Commit 278f1897 authored by Alex Klyubin's avatar Alex Klyubin Committed by Android Git Automerger
Browse files

am def08b76: am 4dc54149: Merge "Add missing value for...

am def08b76: am 4dc54149: Merge "Add missing value for EcIesParameterSpec.PointFormatEnum." into mnc-dev

* commit 'def08b76':
  Add missing value for EcIesParameterSpec.PointFormatEnum.
parents 969385f5 def08b76
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 {}

    /**