Merge "java.security.SecretKey: now extends from Destroyable" am: c7bd0d0adc am: 8a5790a287
am: d4b193c30c
Change-Id: I34fac82dc8bfbd157b70b637a13d188692b3b5e2
This commit is contained in:
@@ -55338,7 +55338,7 @@ package java.security {
|
|||||||
method public abstract java.lang.String toString();
|
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
|
field public static final long serialVersionUID = 6034044314589513430L; // 0x53bd3b559a12c6d6L
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -58872,7 +58872,7 @@ package java.security {
|
|||||||
method public abstract java.lang.String toString();
|
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
|
field public static final long serialVersionUID = 6034044314589513430L; // 0x53bd3b559a12c6d6L
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -55422,7 +55422,7 @@ package java.security {
|
|||||||
method public abstract java.lang.String toString();
|
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
|
field public static final long serialVersionUID = 6034044314589513430L; // 0x53bd3b559a12c6d6L
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user