OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrivateKeyEntry
(Results
1 - 20
of
20
) sorted by null
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSPrivateKeyEntryTest.java
35
* Tests for <code>KeyStore.
PrivateKeyEntry
</code> class constructor and methods
65
* Test for <code>
PrivateKeyEntry
(PrivateKey privateKey, Certificate[] chain)</code>
73
new KeyStore.
PrivateKeyEntry
(pk, certs);
80
* Test for <code>
PrivateKeyEntry
(PrivateKey privateKey, Certificate[] chain)</code>
89
new KeyStore.
PrivateKeyEntry
(pk, chain);
95
new KeyStore.
PrivateKeyEntry
(pk, chain);
102
* Test for <code>
PrivateKeyEntry
(PrivateKey privateKey, Certificate[] chain)</code>
110
new KeyStore.
PrivateKeyEntry
(testPrivateKey, testChain);
117
* Test for <code>
PrivateKeyEntry
(PrivateKey privateKey, Certificate[] chain)</code>
125
new KeyStore.
PrivateKeyEntry
(testPrivateKey, testChain)
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSPrivateKeyEntryTest.java
37
* Tests for <code>KeyStore.
PrivateKeyEntry
</code> class constructor and methods
58
* Test for <code>
PrivateKeyEntry
(PrivateKey privateKey, Certificate[] chain)</code>
66
new KeyStore.
PrivateKeyEntry
(pk, certs);
73
* Test for <code>
PrivateKeyEntry
(PrivateKey privateKey, Certificate[] chain)</code>
82
new KeyStore.
PrivateKeyEntry
(pk, chain);
88
new KeyStore.
PrivateKeyEntry
(pk, chain);
94
* Test for <code>
PrivateKeyEntry
(PrivateKey privateKey, Certificate[] chain)</code>
102
new KeyStore.
PrivateKeyEntry
(testPrivateKey, testChain);
109
* Test for <code>
PrivateKeyEntry
(PrivateKey privateKey, Certificate[] chain)</code>
117
new KeyStore.
PrivateKeyEntry
(testPrivateKey, testChain)
[
all
...]
/libcore/ojluni/src/main/java/java/security/
KeyStore.java
46
* <li><b>KeyStore.
PrivateKeyEntry
</b>
138
* KeyStore.
PrivateKeyEntry
pkEntry = (KeyStore.
PrivateKeyEntry
)
392
public static final class
PrivateKeyEntry
implements Entry {
398
* Constructs a <code>
PrivateKeyEntry
</code> with a
402
* in the new <code>
PrivateKeyEntry
</code> object.
421
public
PrivateKeyEntry
(PrivateKey privateKey, Certificate[] chain) {
498
* Returns a string representation of this
PrivateKeyEntry
.
499
* @return a string representation of this
PrivateKeyEntry
.
803
* <code>
PrivateKeyEntry
</code> or <code>SecretKeyEntry</code>
[
all
...]
/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/22/
android.jar
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/24/
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
/prebuilts/sdk/system_23/
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 538 milliseconds