Expose new algorithms as public API

Bug: 161716062
Test: FrameworksNetTests:IpSecAlgorithmTest
Change-Id: I5041c61ad5a4aa58b259e24de80a2c63d6b19dae
diff --git a/core/java/android/net/IpSecAlgorithm.java b/core/java/android/net/IpSecAlgorithm.java
index 61b2a59..a4f7b74 100644
--- a/core/java/android/net/IpSecAlgorithm.java
+++ b/core/java/android/net/IpSecAlgorithm.java
@@ -74,8 +74,6 @@
      * requested on an unsupported device.
      *
      * <p>@see {@link #getSupportedAlgorithms()}
-     *
-     * @hide
      */
     // This algorithm may be available on devices released before Android 12, and is guaranteed
     // to be available on devices first shipped with Android 12 or later.
@@ -142,8 +140,6 @@
      * requested on an unsupported device.
      *
      * <p>@see {@link #getSupportedAlgorithms()}
-     *
-     * @hide
      */
     // This algorithm may be available on devices released before Android 12, and is guaranteed
     // to be available on devices first shipped with Android 12 or later.
@@ -180,8 +176,6 @@
      * requested on an unsupported device.
      *
      * <p>@see {@link #getSupportedAlgorithms()}
-     *
-     * @hide
      */
     // This algorithm may be available on devices released before Android 12, and is guaranteed
     // to be available on devices first shipped with Android 12 or later.
@@ -314,8 +308,6 @@
      *
      * <p>Some algorithms may not be supported on old devices. Callers MUST check if an algorithm is
      * supported before using it.
-     *
-     * @hide
      */
     @NonNull
     public static Set<String> getSupportedAlgorithms() {