From 7cdfa7499aeca0fceb17ff871d85d0f8435131f4 Mon Sep 17 00:00:00 2001 From: Sergio Giro Date: Tue, 30 Aug 2016 18:44:11 +0100 Subject: [PATCH] java.security.SecretKey: now extends from Destroyable Also: - added comments - replace by @code tags This completes the port of SecretKey to jdk8u60. Bug: 29631070 Test: make droid docs Change-Id: Id3604c1e62855d9fa9bf02a704c79c6d2131b006 --- api/current.txt | 2 +- api/system-current.txt | 2 +- api/test-current.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/current.txt b/api/current.txt index 195b6403530e6..da0c45de237fb 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 54f987aaada0e..1651ae96583bb 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 d06e5cfacaa4b..00bb86bac0d74 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 }