From dddd6f73a96a10a07edf486155e3b078380f9146 Mon Sep 17 00:00:00 2001 From: Alex Klyubin Date: Mon, 11 May 2015 12:48:27 -0700 Subject: Hide @IntDef and @StringDef annotations from AnroidKeyStore API. By convention, these annotation classes should remain hidden API. Bug: 18088752 Bug: 21039983 Change-Id: Ifb5d2910c7dae4e0fd809876eb641f1aaf7a00a6 --- keystore/java/android/security/EcIesParameterSpec.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'keystore/java/android/security/EcIesParameterSpec.java') diff --git a/keystore/java/android/security/EcIesParameterSpec.java b/keystore/java/android/security/EcIesParameterSpec.java index a3e5aec..7af17ed 100644 --- a/keystore/java/android/security/EcIesParameterSpec.java +++ b/keystore/java/android/security/EcIesParameterSpec.java @@ -49,6 +49,9 @@ import javax.crypto.Mac; */ public class EcIesParameterSpec implements AlgorithmParameterSpec { + /** + * @hide + */ @Retention(RetentionPolicy.SOURCE) @IntDef(value = {PointFormat.UNCOMPRESSED, PointFormat.COMPRESSED}) public @interface PointFormatEnum {} -- cgit v1.1