Searched refs:ROOT_CA (Results 1 - 1 of 1) sorted by relevance

/libcore/support/src/test/java/libcore/java/security/
H A DTestKeyStore.java131 private static TestKeyStore ROOT_CA; field in class:TestKeyStore
203 if (ROOT_CA != null) {
206 ROOT_CA = new Builder()
217 .signer(ROOT_CA.getPrivateKey("RSA", "RSA"))
218 .rootCa(ROOT_CA.getRootCertificate("RSA"))
225 .signer(ROOT_CA.getPrivateKey("RSA", "RSA"))
226 .rootCa(ROOT_CA.getRootCertificate("RSA"))
277 return ROOT_CA;

Completed in 25 milliseconds