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
This commit is contained in:
Sergio Giro
2016-08-30 18:44:11 +01:00
parent 43ec5716aa
commit 7cdfa7499a
3 changed files with 3 additions and 3 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}