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

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

Merge "java.security.SecretKey: now extends from Destroyable"

parents d53ae2c2 7cdfa749
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55149,7 +55149,7 @@ package java.security {
    method public abstract java.lang.String toString();
  }
  public abstract interface PrivateKey implements java.security.Key {
  public abstract interface PrivateKey implements javax.security.auth.Destroyable java.security.Key {
    field public static final long serialVersionUID = 6034044314589513430L; // 0x53bd3b559a12c6d6L
  }
+1 −1
Original line number Diff line number Diff line
@@ -58505,7 +58505,7 @@ package java.security {
    method public abstract java.lang.String toString();
  }
  public abstract interface PrivateKey implements java.security.Key {
  public abstract interface PrivateKey implements javax.security.auth.Destroyable java.security.Key {
    field public static final long serialVersionUID = 6034044314589513430L; // 0x53bd3b559a12c6d6L
  }
+1 −1
Original line number Diff line number Diff line
@@ -55229,7 +55229,7 @@ package java.security {
    method public abstract java.lang.String toString();
  }
  public abstract interface PrivateKey implements java.security.Key {
  public abstract interface PrivateKey implements javax.security.auth.Destroyable java.security.Key {
    field public static final long serialVersionUID = 6034044314589513430L; // 0x53bd3b559a12c6d6L
  }