Home
last modified time | relevance | path

Searched refs:DestroyFailedException (Results 1 – 10 of 10) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/
DDestroyFailedExceptionTest.java21 import javax.security.auth.DestroyFailedException;
41 DestroyFailedException dfE = new DestroyFailedException(); in testDestroyFailedException01()
51 DestroyFailedException dfE; in testDestroyFailedException02()
53 dfE = new DestroyFailedException(msgs[i]); in testDestroyFailedException02()
65 DestroyFailedException dfE = new DestroyFailedException(msg); in testDestroyFailedException03()
79 return new Object[] { new DestroyFailedException("message") }; in getSerializationData()
DDestroyableTest.java23 import javax.security.auth.DestroyFailedException;
54 public void destroy() throws DestroyFailedException { in destroy()
/libcore/ojluni/src/main/java/javax/security/auth/
DDestroyFailedException.java36 public class DestroyFailedException extends Exception { class
44 public DestroyFailedException() { in DestroyFailedException() method in DestroyFailedException
57 public DestroyFailedException(String msg) { in DestroyFailedException() method in DestroyFailedException
DDestroyable.java58 public default void destroy() throws DestroyFailedException { in destroy()
59 throw new DestroyFailedException(); in destroy()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKSPasswordProtectionTest.java29 import javax.security.auth.DestroyFailedException;
49 public void testGetPassword() throws DestroyFailedException { in testGetPassword()
82 public void testGetProtectionAlgorithm() throws DestroyFailedException { in testGetProtectionAlgorithm()
107 public void testGetProtectionParameters() throws DestroyFailedException { in testGetProtectionParameters()
/libcore/ojluni/src/main/java/java/security/
DKeyStore.java37 import javax.security.auth.DestroyFailedException;
409 public synchronized void destroy() throws DestroyFailedException { in destroy()
/libcore/ojluni/annotations/hiddenapi/java/security/
DKeyStore.java359 public synchronized void destroy() throws javax.security.auth.DestroyFailedException { in destroy()
/libcore/
Dopenjdk_java_files.bp1377 "ojluni/src/main/java/javax/security/auth/DestroyFailedException.java",
DEXPECTED_UPSTREAM1368 …/javax/security/auth/DestroyFailedException.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/javax/se…
/libcore/api/
Dcurrent.txt8238 method public void destroy() throws javax.security.auth.DestroyFailedException;
19803 public class DestroyFailedException extends java.lang.Exception {
19804 ctor public DestroyFailedException();
19805 ctor public DestroyFailedException(String);
19809 method public default void destroy() throws javax.security.auth.DestroyFailedException;