OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProviderException
(Results
1 - 25
of
25
) sorted by null
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
ProviderExceptionTest.java
24
import java.security.
ProviderException
;
30
* Test for
ProviderException
serialization
41
ProviderException
dExc = new
ProviderException
(msgs[0], cause);
44
return new Object[] { new
ProviderException
(), new
ProviderException
(msg),
45
new
ProviderException
(msgs[1]),
46
new
ProviderException
(new Throwable()), new
ProviderException
(th),
47
new
ProviderException
(msgs[1], dExc) }
[
all
...]
/libcore/luni/src/main/java/java/security/
ProviderException.java
21
* {@code
ProviderException
} is a general exception, thrown by security {@code
26
public class
ProviderException
extends RuntimeException {
31
* Constructs a new instance of {@code
ProviderException
} with the given
37
public
ProviderException
(String msg) {
42
* Constructs a new instance of {@code
ProviderException
}.
44
public
ProviderException
() {
48
* Constructs a new instance of {@code
ProviderException
} with the given
56
public
ProviderException
(String message, Throwable cause) {
61
* Constructs a new instance of {@code
ProviderException
} with the cause.
66
public
ProviderException
(Throwable cause)
[
all
...]
Signature.java
721
throw new
ProviderException
("No provider for " + getAlgorithm());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProviderExceptionTest.java
24
import java.security.
ProviderException
;
30
* Tests for <code>
ProviderException
</code> class constructors and methods.
54
* Test for <code>
ProviderException
()</code> constructor Assertion:
55
* constructs
ProviderException
with no detail message
58
ProviderException
tE = new
ProviderException
();
64
* Test for <code>
ProviderException
(String)</code> constructor Assertion:
65
* constructs
ProviderException
with detail message msg. Parameter
69
ProviderException
tE;
71
tE = new
ProviderException
(msgs[i])
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderExceptionTest.java
25
import java.security.
ProviderException
;
30
* Tests for <code>
ProviderException
</code> class constructors and methods.
43
* Test for <code>
ProviderException
()</code> constructor Assertion:
44
* constructs
ProviderException
with no detail message
47
ProviderException
tE = new
ProviderException
();
53
* Test for <code>
ProviderException
(String)</code> constructor Assertion:
54
* constructs
ProviderException
with detail message msg. Parameter
58
ProviderException
tE;
60
tE = new
ProviderException
(msgs[i])
[
all
...]
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/
gmaven-feature-api-1.5.jar
/libcore/luni/src/main/java/javax/crypto/
KeyAgreement.java
26
import java.security.
ProviderException
;
243
throw new
ProviderException
("No provider for " + getAlgorithm());
Mac.java
27
import java.security.
ProviderException
;
251
throw new
ProviderException
("No provider for " + getAlgorithm());
Cipher.java
30
import java.security.
ProviderException
;
357
throw new
ProviderException
("No provider for " + transformation);
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java
29
import java.security.
ProviderException
;
559
throw new
ProviderException
("Couldn't read " + byteCount + " random bytes", ex);
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/prebuilts/tools/common/api-versions/android-1/
android.jar
/prebuilts/tools/common/api-versions/android-2/
android.jar
/prebuilts/tools/common/api-versions/android-3/
android.jar
Completed in 260 milliseconds