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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user