OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DigestException
(Results
1 - 12
of
12
) sorted by null
/libcore/luni/src/main/java/java/security/
DigestException.java
21
*{@code
DigestException
} is a general message digest exception.
23
public class
DigestException
extends GeneralSecurityException {
28
* Constructs a new instance of {@code
DigestException
} with the
34
public
DigestException
(String msg) {
39
* Constructs a new instance of {@code
DigestException
}.
41
public
DigestException
() {
45
* Constructs a new instance of {@code
DigestException
} with the
53
public
DigestException
(String message, Throwable cause) {
58
* Constructs a new instance of {@code
DigestException
} with the
64
public
DigestException
(Throwable cause)
[
all
...]
/development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java
39
import java.security.
DigestException
;
131
* @throws
DigestException
if metadata fails MAC check, or if
153
throw new
DigestException
("Unexpected document ID");
174
* @throws
DigestException
if content fails MAC check. Some or all content
382
public void assertMac(byte[] mac) throws
DigestException
{
391
throw new
DigestException
();
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java
59
import java.security.
DigestException
;
145
} catch (
DigestException
e) {
463
DigestException
{
511
throw new
DigestException
();
514
throw new
DigestException
("A problem occured copying the file.");
[
all
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
Completed in 69 milliseconds