api: destroy() and isDestroyed() methods are now default in Destroyable am: 8261d1e042
am: ea917e5206
Change-Id: I495e02eb867644ae8f621d092b5f50a397c5a7fb
This commit is contained in:
@@ -55209,9 +55209,7 @@ package java.security {
|
||||
|
||||
public static class KeyStore.PasswordProtection implements javax.security.auth.Destroyable java.security.KeyStore.ProtectionParameter {
|
||||
ctor public KeyStore.PasswordProtection(char[]);
|
||||
method public synchronized void destroy() throws javax.security.auth.DestroyFailedException;
|
||||
method public synchronized char[] getPassword();
|
||||
method public synchronized boolean isDestroyed();
|
||||
}
|
||||
|
||||
public static final class KeyStore.PrivateKeyEntry implements java.security.KeyStore.Entry {
|
||||
@@ -64955,8 +64953,8 @@ package javax.security.auth {
|
||||
}
|
||||
|
||||
public abstract interface Destroyable {
|
||||
method public abstract void destroy() throws javax.security.auth.DestroyFailedException;
|
||||
method public abstract boolean isDestroyed();
|
||||
method public default void destroy() throws javax.security.auth.DestroyFailedException;
|
||||
method public default boolean isDestroyed();
|
||||
}
|
||||
|
||||
public final class PrivateCredentialPermission extends java.security.Permission {
|
||||
|
||||
Reference in New Issue
Block a user