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

Commit 7cdfa749 authored by Sergio Giro's avatar Sergio Giro
Browse files

java.security.SecretKey: now extends from Destroyable

Also:
- added comments
- replace <code> by @code tags

This completes the port of SecretKey to jdk8u60.

Bug: 29631070
Test: make droid docs
Change-Id: Id3604c1e62855d9fa9bf02a704c79c6d2131b006
parent 43ec5716
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55136,7 +55136,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
@@ -58492,7 +58492,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
@@ -55216,7 +55216,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
  }