Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DCertInstallDelegateTest.java168 PrivateKey privatekey = kf.generatePrivate(keySpec); in testCanAccessApis() local
174 mDpm.installKeyPair(null, privatekey, certificate, alias)); in testCanAccessApis()
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java126 PrivateKey privatekey = kf.generatePrivate(keySpec); in onReceive() local
138 sendResult(context, dpm.installKeyPair(null, privatekey, certificate, alias), in onReceive()