Merge "java.security.SecretKey: now extends from Destroyable"
am: c7bd0d0adc
Change-Id: I3382bd7f225e6a487dbf4b6aa74000981f40a70e
This commit is contained in:
@@ -55149,7 +55149,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
|
||||
}
|
||||
|
||||
|
||||
@@ -58505,7 +58505,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
|
||||
}
|
||||
|
||||
|
||||
@@ -55229,7 +55229,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