Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeKePayloadTest.java170 PrivateKey privateKey = in testGetSharedKey1024Modp() local
212 PrivateKey privateKey = in testGetSharedKey1536Modp() local
227 PrivateKey privateKey = in testGetSharedkeyWithInvalidRemoteKey() local
265 PrivateKey privateKey = in testGetSharedKeyWithCurve25519() local
DIkeAuthDigitalSignPayloadTest.java164 private void verifySignAndEncode(PrivateKey privateKey) throws Exception { in verifySignAndEncode()
/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/
DUtils.java105 public static Array encodeAndSignSign1Ed25519(byte[] encodedPublicKey, byte[] privateKey) in encodeAndSignSign1Ed25519()
121 byte[] protectedHeaders, byte[] payload, byte[] privateKey) throws Exception { in encodeAndSignSigStructure()
126 byte[] payload, byte[] privateKey) in encodeAndSignSigStructure()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeKePayload.java267 PrivateKey privateKey = keyPair.getPrivate(); in createOutboundCurveKePayload() local
315 public static byte[] getSharedKey(PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getSharedKey()
332 PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getModpSharedKey()
362 PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getCurveSharedKey()
DIkeAuthDigitalSignPayload.java186 PrivateKey privateKey, in IkeAuthDigitalSignPayload()
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
DIKeyChainServiceTestSupport.aidl36 …boolean installKeyPair(in byte[] privateKey, in byte[] userCert, in byte[] certChain, String alias… in installKeyPair()
/packages/apps/KeyChain/robotests/src/com/android/keychain/
DKeyChainServiceRoboTest.java244 String privateKey = mKeyChain.requestPrivateKey(NON_EXISTING_ALIAS); in testRequestPrivateKeyReturnsNullForNonExistingAlias() local
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProviderTest.java392 String caCertificate, String userCertificate, String privateKey) { in assertEnterpriseConfig()
414 String privateKey) { in assertCertificateInformation()
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainTestActivity.java277 PrivateKey privateKey = KeyChain.getPrivateKey(KeyChainTestActivity.this, in getPrivateKey() local
/packages/services/Car/service/src/com/android/car/
DFastPairGattServer.java391 PrivateKey privateKey = keyFactory.generatePrivate(ecPrivateKeySpec); in calculateAntiSpoofing() local
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java957 public void setClientKeyEntry(PrivateKey privateKey, X509Certificate clientCertificate) { in setClientKeyEntry()
979 public void setClientKeyEntryWithCertificateChain(PrivateKey privateKey, in setClientKeyEntryWithCertificateChain()
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSettingsSliceProviderTest.java522 final String privateKey = "test_private"; in getDescendantUris_privateSlicesNeeded_containsPrivateSliceUri() local
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java983 @NonNull PrivateKey privateKey) { in IkeAuthDigitalSignLocalConfig()
1016 PrivateKey privateKey = in fromPersistableBundle() local