OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyStoreException
(Results
51 - 75
of
93
) sorted by null
1
2
3
4
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
KeyManagerFactorySpiTest.java
20
import java.security.
KeyStoreException
;
64
fail("
KeyStoreException
wasn't thrown");
65
} catch (
KeyStoreException
uke) {
68
fail(e + " was thrown instead of
KeyStoreException
");
TrustManagerFactory2Test.java
22
import java.security.
KeyStoreException
;
80
fail("
KeyStoreException
must be thrown");
81
} catch (
KeyStoreException
e) {
94
} catch (
KeyStoreException
e) {
104
assertTrue("Incorrect exception", e.getCause() instanceof
KeyStoreException
);
TrustManagerFactorySpiTest.java
21
import java.security.
KeyStoreException
;
50
* @throws
KeyStoreException
54
KeyStoreException
{
KeyManagerFactory2Test.java
22
import java.security.
KeyStoreException
;
86
fail("
KeyStoreException
must be thrown");
87
} catch (
KeyStoreException
e) {
105
} catch (
KeyStoreException
e) {
KeyManagerFactory1Test.java
23
import java.security.
KeyStoreException
;
397
* @throws
KeyStoreException
441
KeyStoreException
, UnrecoverableKeyException {
461
} catch (
KeyStoreException
e) {
471
} catch (
KeyStoreException
e) {
SSLContext1Test.java
23
import java.security.
KeyStoreException
;
443
KeyManagementException,
KeyStoreException
,
475
KeyManagementException,
KeyStoreException
,
518
KeyManagementException,
KeyStoreException
,
544
* @throws
KeyStoreException
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
TrustManagerFactory2Test.java
22
import java.security.
KeyStoreException
;
83
fail("
KeyStoreException
must be thrown");
84
} catch (
KeyStoreException
e) {
97
} catch (
KeyStoreException
e) {
107
assertTrue("Incorrect exception", e.getCause() instanceof
KeyStoreException
);
KeyManagerFactory2Test.java
22
import java.security.
KeyStoreException
;
89
fail("
KeyStoreException
must be thrown");
90
} catch (
KeyStoreException
e) {
108
} catch (
KeyStoreException
e) {
TrustManagerFactory1Test.java
22
import java.security.
KeyStoreException
;
391
} catch (
KeyStoreException
e) {
407
KeyStoreException
, InvalidAlgorithmParameterException {
KeyManagerFactory1Test.java
22
import java.security.
KeyStoreException
;
398
} catch (
KeyStoreException
e) {
/libcore/luni/src/test/java/libcore/java/security/
KeyStoreTest.java
36
import java.security.
KeyStoreException
;
393
&& e.getClass() !=
KeyStoreException
.class) {
457
} catch (
KeyStoreException
expected) {
480
&& e.getClass() !=
KeyStoreException
.class) {
571
} catch (
KeyStoreException
expected) {
610
} catch (
KeyStoreException
expected) {
651
} catch (
KeyStoreException
expected) {
696
} catch (
KeyStoreException
expected) {
717
&& e.getClass() !=
KeyStoreException
.class) {
726
&& e.getClass() !=
KeyStoreException
.class)
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java
30
import java.security.
KeyStoreException
;
176
} catch (
KeyStoreException
expected) {
221
} catch (
KeyStoreException
expected) {
258
} catch (
KeyStoreException
expected) {
331
} catch (
KeyStoreException
expected) {
422
} catch (
KeyStoreException
expected) {
453
} catch (
KeyStoreException
expected) {
518
} catch (
KeyStoreException
expected) {
555
} catch (
KeyStoreException
expected) {
587
} catch (
KeyStoreException
expected)
[
all
...]
KeyStoreTest.java
27
import java.security.
KeyStoreException
;
162
fail("
KeyStoreException
must be thrown");
163
} catch (
KeyStoreException
e) {
211
* throws
KeyStoreException
when type is not available
214
public void testKeyStore02() throws
KeyStoreException
{
224
fail("
KeyStoreException
must be thrown (type: ".concat(
226
} catch (
KeyStoreException
e) {
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
KeystoreHelper.java
26
import java.security.
KeyStoreException
;
44
* @throws
KeyStoreException
60
throws
KeyStoreException
, NoSuchAlgorithmException, CertificateException,
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java
26
import java.security.
KeyStoreException
;
163
fail("
KeyStoreException
must be thrown");
164
} catch (
KeyStoreException
e) {
212
* throws
KeyStoreException
when type is not available
215
public void testKeyStore02() throws
KeyStoreException
{
225
fail("
KeyStoreException
must be thrown (type: ".concat(
227
} catch (
KeyStoreException
e) {
KeyStore2Test.java
29
import java.security.
KeyStoreException
;
638
public void engineDeleteEntry(String alias) throws
KeyStoreException
{
687
throws
KeyStoreException
{
693
Certificate[] chain) throws
KeyStoreException
{
699
Certificate[] chain) throws
KeyStoreException
{
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
KeyManagerImpl.java
22
import java.security.
KeyStoreException
;
66
} catch (
KeyStoreException
e) {
77
} catch (
KeyStoreException
e) {
SSLParametersImpl.java
23
import java.security.
KeyStoreException
;
374
} catch (
KeyStoreException
e) {
412
} catch (
KeyStoreException
e) {
TrustManagerImpl.java
22
import java.security.
KeyStoreException
;
143
} catch (
KeyStoreException
e) {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
PKIXParameters_ImplTest.java
26
import java.security.
KeyStoreException
;
56
* @throws
KeyStoreException
76
* @throws
KeyStoreException
92
* Assertion: <code>
KeyStoreException
</code> -
104
fail("
KeyStoreException
expected");
105
} catch (
KeyStoreException
e) {
134
* @throws
KeyStoreException
159
* @throws
KeyStoreException
232
* @throws
KeyStoreException
274
* @throws
KeyStoreException
[
all
...]
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKKeyStore.java
12
import java.security.
KeyStoreException
;
500
throws
KeyStoreException
508
// throw new
KeyStoreException
("no such entry as " + alias);
643
throws
KeyStoreException
649
throw new
KeyStoreException
("key store already has a key entry with alias " + alias);
659
throws
KeyStoreException
669
throws
KeyStoreException
673
throw new
KeyStoreException
("no certificate chain for private key");
682
throw new
KeyStoreException
(e.toString());
/libcore/luni/src/main/java/java/security/cert/
PKIXParameters.java
22
import java.security.
KeyStoreException
;
94
* @throws
KeyStoreException
101
throws
KeyStoreException
,
106
// Will throw
KeyStoreException
if
/libcore/luni/src/test/java/libcore/java/security/cert/
OldPKIXParametersTest.java
29
import java.security.
KeyStoreException
;
177
* @throws
KeyStoreException
189
} catch (
KeyStoreException
e) {
/libcore/luni/src/test/java/tests/security/cert/
PKIXBuilderParametersTest.java
31
import java.security.
KeyStoreException
;
195
* Assertion: <code>
KeyStoreException
</code> - if the
203
fail("
KeyStoreException
expected");
204
} catch (
KeyStoreException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java
41
import java.security.
KeyStoreException
;
200
} catch (
KeyStoreException
e) {
Completed in 1688 milliseconds
1
2
3
4