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

Commit 877d6e75 authored by Sergio Giro's avatar Sergio Giro Committed by Gerrit Code Review
Browse files

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

parents e40ab185 9e51eed0
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -52603,9 +52603,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 {
@@ -62351,8 +62349,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
@@ -55221,9 +55221,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 {
@@ -64969,8 +64967,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 {