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

Commit 9e51eed0 authored by Sergio Giro's avatar Sergio Giro
Browse files

api: destroy() and isDestroyed() methods are now default in Destroyable

Test: make droid docs and check-ojluni-files
Bug: 29631070
Change-Id: I93015997fbb18a45ba438f6bfc5c6564f053da64
parent fcae6130
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -52598,9 +52598,7 @@ package java.security {
  public static class KeyStore.PasswordProtection implements javax.security.auth.Destroyable java.security.KeyStore.ProtectionParameter {
    ctor public KeyStore.PasswordProtection(char[]);
    method public synchronized void destroy() throws javax.security.auth.DestroyFailedException;
    method public synchronized char[] getPassword();
    method public synchronized boolean isDestroyed();
  }
  public static final class KeyStore.PrivateKeyEntry implements java.security.KeyStore.Entry {
@@ -62346,8 +62344,8 @@ package javax.security.auth {
  }
  public abstract interface Destroyable {
    method public abstract void destroy() throws javax.security.auth.DestroyFailedException;
    method public abstract boolean isDestroyed();
    method public default void destroy() throws javax.security.auth.DestroyFailedException;
    method public default boolean isDestroyed();
  }
  public final class PrivateCredentialPermission extends java.security.Permission {
+2 −4
Original line number Diff line number Diff line
@@ -55216,9 +55216,7 @@ package java.security {
  public static class KeyStore.PasswordProtection implements javax.security.auth.Destroyable java.security.KeyStore.ProtectionParameter {
    ctor public KeyStore.PasswordProtection(char[]);
    method public synchronized void destroy() throws javax.security.auth.DestroyFailedException;
    method public synchronized char[] getPassword();
    method public synchronized boolean isDestroyed();
  }
  public static final class KeyStore.PrivateKeyEntry implements java.security.KeyStore.Entry {
@@ -64964,8 +64962,8 @@ package javax.security.auth {
  }
  public abstract interface Destroyable {
    method public abstract void destroy() throws javax.security.auth.DestroyFailedException;
    method public abstract boolean isDestroyed();
    method public default void destroy() throws javax.security.auth.DestroyFailedException;
    method public default boolean isDestroyed();
  }
  public final class PrivateCredentialPermission extends java.security.Permission {