Home
last modified time | relevance | path

Searched refs:rsaKeyFromString (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DTestCertificates.java107 public static PrivateKey rsaKeyFromString(String key) throws Exception { in rsaKeyFromString() method in TestCertificates
114 return rsaKeyFromString(TEST_KEY); in getTestKey()
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DDirectDelegatedCertInstallerTest.java80 mTestPrivateKey = rsaKeyFromString(TEST_KEY); in setUp()
268 private PrivateKey rsaKeyFromString(String key) throws Exception { in rsaKeyFromString() method in DirectDelegatedCertInstallerTest