Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DCertInstallDelegateTest.java165 PKCS8EncodedKeySpec keySpec = new PKCS8EncodedKeySpec( in testCanAccessApis() local
168 PrivateKey privatekey = kf.generatePrivate(keySpec); in testCanAccessApis()
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java123 PKCS8EncodedKeySpec keySpec = new PKCS8EncodedKeySpec( in onReceive() local
126 PrivateKey privatekey = kf.generatePrivate(keySpec); in onReceive()