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

Commit 338193c4 authored by Sergio Giro's avatar Sergio Giro Committed by android-build-merger
Browse files

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

Merge "java.security.SecretKey: now extends from Destroyable" am: c7bd0d0a am: 8a5790a2 am: d4b193c3
am: 22b8317a

Change-Id: I55b5522eb98b5db4c8599202361ab9595a38d461
parents 196c5b82 22b8317a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55424,7 +55424,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
@@ -58952,7 +58952,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
@@ -55515,7 +55515,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
  }