diff options
| author | 2016-08-30 18:44:11 +0100 | |
|---|---|---|
| committer | 2016-08-30 18:44:11 +0100 | |
| commit | 7cdfa7499aeca0fceb17ff871d85d0f8435131f4 (patch) | |
| tree | 73297710ed1273f2d77752bce6af31ac5c693922 | |
| parent | 43ec5716aa16bf0441a0c8eff9200adca13297ae (diff) | |
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
| -rw-r--r-- | api/current.txt | 2 | ||||
| -rw-r--r-- | api/system-current.txt | 2 | ||||
| -rw-r--r-- | api/test-current.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/api/current.txt b/api/current.txt index 195b6403530e..da0c45de237f 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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 } diff --git a/api/system-current.txt b/api/system-current.txt index 54f987aaada0..1651ae96583b 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -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 } diff --git a/api/test-current.txt b/api/test-current.txt index d06e5cfacaa4..00bb86bac0d7 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -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 } |