Home
last modified time | relevance | path

Searched refs:privateKey (Results 1 – 13 of 13) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeKePayload.java203 DHPrivateKey privateKey = (DHPrivateKey) keyPair.getPrivate(); in IkeKePayload() local
205 new DHPrivateKeySpec(privateKey.getX(), prime, baseGen); in IkeKePayload()
259 DHPrivateKey privateKey = (DHPrivateKey) dhKeyFactory.generatePrivate(privateKeySpec); in getSharedKey() local
260 dhKeyAgreement.init(privateKey); in getSharedKey()
DIkeAuthDigitalSignPayload.java171 PrivateKey privateKey, in IkeAuthDigitalSignPayload() argument
183 signGen.initSign(privateKey); in IkeAuthDigitalSignPayload()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProviderTest.java392 String caCertificate, String userCertificate, String privateKey) { in assertEnterpriseConfig() argument
394 assertCertificateInformation(wifiConf, caCertificate, userCertificate, privateKey); in assertEnterpriseConfig()
414 String privateKey) { in assertCertificateInformation() argument
420 assertEquals(privateKey, Base64.getEncoder() in assertCertificateInformation()
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainTestActivity.java277 PrivateKey privateKey = KeyChain.getPrivateKey(KeyChainTestActivity.this, in getPrivateKey() local
279 log("privateKey=" + privateKey); in getPrivateKey()
280 return privateKey; in getPrivateKey()
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
DKeyChainServiceTestSupport.java72 byte[] privateKey, byte[] userCert, byte[] certChain, String alias)
77 privateKey, userCert, certChain, alias, KeyStore.UID_SELF);
DIKeyChainServiceTestSupport.aidl40 …boolean installKeyPair(in byte[] privateKey, in byte[] userCert, in byte[] certChain, String alias… in installKeyPair() argument
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainService.java413 @Override public boolean installKeyPair(@Nullable byte[] privateKey,
427 if (privateKey == null && userCertificate == null && userCertificateChain == null) {
450 if (privateKey != null && !mKeyStore.importKey(
451 Credentials.USER_PRIVATE_KEY + alias, privateKey, uid, KeyStore.FLAG_NONE)) {
/packages/apps/KeyChain/robotests/src/com/android/keychain/
DKeyChainServiceRoboTest.java226 String privateKey = mKeyChain.requestPrivateKey(NON_EXISTING_ALIAS); in testRequestPrivateKeyReturnsNullForNonExistingAlias() local
227 assertThat(privateKey).isNull(); in testRequestPrivateKeyReturnsNullForNonExistingAlias()
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSettingsSliceProviderTest.java522 final String privateKey = "test_private"; in getDescendantUris_privateSlicesNeeded_containsPrivateSliceUri() local
525 SliceTestUtils.insertSliceToDb(mContext, privateKey /* key */, false /* isPlatformSlice */, in getDescendantUris_privateSlicesNeeded_containsPrivateSliceUri()
533 .appendPath(privateKey) in getDescendantUris_privateSlicesNeeded_containsPrivateSliceUri()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java435 @NonNull PrivateKey privateKey) { in IkeAuthDigitalSignLocalConfig() argument
439 mPrivateKey = privateKey; in IkeAuthDigitalSignLocalConfig()
/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-api-client-1.30.2.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
Dgoogle-oauth-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...