diff options
| -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 } |