Home
last modified time | relevance | path

Searched refs:DigestException (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DDigestExceptionTest.java25 import java.security.DigestException;
47 DigestException tE = new DigestException(); in testDigestException01()
58 DigestException tE; in testDigestException02()
60 tE = new DigestException(msgs[i]); in testDigestException02()
73 DigestException tE = new DigestException(msg); in testDigestException03()
84 DigestException tE = new DigestException(cause); in testDigestException04()
94 DigestException tE = new DigestException(tCause); in testDigestException05()
112 DigestException tE = new DigestException(null, null); in testDigestException06()
123 DigestException tE; in testDigestException07()
125 tE = new DigestException(msgs[i], null); in testDigestException07()
[all …]
DMessageDigestSpiTest.java26 import java.security.DigestException;
93 } catch (DigestException e) { in test_engineDigestLB$LILI()
100 } catch (DigestException e) { in test_engineDigestLB$LILI()
109 } catch (DigestException e) { in test_engineDigestLB$LILI()
201 throws DigestException { in engineDigest()
DMessageDigest1Test.java21 import java.security.DigestException;
191 } catch (DigestException e) { in test_digestLB$LILI()
270 } catch (DigestException e) { in testSHAProvider()
276 } catch (DigestException e) { in testSHAProvider()
DMessageDigest2Test.java22 import java.security.DigestException;
/libcore/ojluni/src/main/java/java/security/
DDigestException.java34 public class DigestException extends GeneralSecurityException { class
43 public DigestException() { in DigestException() method in DigestException
54 public DigestException(String msg) { in DigestException() method in DigestException
69 public DigestException(String message, Throwable cause) { in DigestException() method in DigestException
84 public DigestException(Throwable cause) { in DigestException() method in DigestException
DMessageDigestSpi.java175 throws DigestException { in engineDigest()
179 throw new DigestException("partial digests not returned"); in engineDigest()
181 throw new DigestException("insufficient space in the output " in engineDigest()
DMessageDigest.java444 public int digest(byte[] buf, int offset, int len) throws DigestException { in digest()
693 throws DigestException { in engineDigest()
/libcore/ojluni/annotations/sdk/nullability/java/security/
DMessageDigest.annotated.java57 …bcore.util.NonNull [] buf, int offset, int len) throws java.security.DigestException { throw new R… in digest()
/libcore/
Dopenjdk_java_files.bp621 "ojluni/src/main/java/java/security/DigestException.java",
DEXPECTED_UPSTREAM549 …c/main/java/java/security/DigestException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/j…
/libcore/api/
Dcurrent.txt7959 public class DigestException extends java.security.GeneralSecurityException {
7960 ctor public DigestException();
7961 ctor public DigestException(String);
7962 ctor public DigestException(String, Throwable);
7963 ctor public DigestException(Throwable);
8307 method public int digest(@NonNull byte[], int, int) throws java.security.DigestException;
8327 method protected int engineDigest(byte[], int, int) throws java.security.DigestException;