Searched refs:rsaKeyFromString (Results 1 – 2 of 2) sorted by relevance
107 public static PrivateKey rsaKeyFromString(String key) throws Exception { in rsaKeyFromString() method in TestCertificates114 return rsaKeyFromString(TEST_KEY); in getTestKey()
80 mTestPrivateKey = rsaKeyFromString(TEST_KEY); in setUp()268 private PrivateKey rsaKeyFromString(String key) throws Exception { in rsaKeyFromString() method in DirectDelegatedCertInstallerTest