Loading keystore/java/android/security/EcIesParameterSpec.java +5 −1 Original line number Diff line number Diff line Loading @@ -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 {} /** Loading Loading
keystore/java/android/security/EcIesParameterSpec.java +5 −1 Original line number Diff line number Diff line Loading @@ -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 {} /** Loading