OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRootCertificate
(Results
1 - 7
of
7
) sorted by null
/libcore/luni/src/test/java/libcore/java/security/cert/
X509CertSelectorTest.java
120
return bouncycastleToJava(testKeyStore.
getRootCertificate
("RSA"));
130
return bouncycastleToJava(testKeyStore.
getRootCertificate
("RSA"));
SubjectAlternativeNameTest.java
56
.
getRootCertificate
("RSA");
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java
162
Certificate root1 = TestKeyStore.getClientCertificate().
getRootCertificate
("RSA");
173
Certificate root2 = TestKeyStore.getServer().
getRootCertificate
("RSA");
KeyChainTestActivity.java
164
X509Certificate ca = mTestKeyStore.
getRootCertificate
("RSA");
/libcore/crypto/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java
160
CA1 = TestKeyStore.getClient().
getRootCertificate
("RSA");
161
CA2 = TestKeyStore.getClientCA2().
getRootCertificate
("RSA");
168
.build().
getRootCertificate
("RSA");
/libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java
156
.rootCa(ROOT_CA.
getRootCertificate
("RSA"))
161
.rootCa(INTERMEDIATE_CA.
getRootCertificate
("RSA"))
168
.rootCa(INTERMEDIATE_CA.
getRootCertificate
("RSA"))
752
public X509Certificate
getRootCertificate
(String algorithm) {
[
all
...]
/libcore/luni/src/test/java/libcore/javax/net/ssl/
TrustManagerFactoryTest.java
290
.rootCa(intermediateCa.
getRootCertificate
("RSA"))
Completed in 2494 milliseconds