Home
last modified time | relevance | path

Searched refs:setRemoteIdentification (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java165 .setRemoteIdentification(mRemoteIdentification) in buildWithPskCommon()
355 .setRemoteIdentification(mRemoteIdentification) in testBuildWithEap()
383 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDigitalSignatureAuth()
417 .setRemoteIdentification(mRemoteIdentification) in testBuildWithDsaDigitalSignatureAuth()
452 .setRemoteIdentification(mRemoteIdentification) in testBuildWithPcscfAddress()
476 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutPcscfAddress()
502 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutLocalId()
517 .setRemoteIdentification(mRemoteIdentification) in testBuildWithoutSetAuth()
DIkeSessionTest.java71 .setRemoteIdentification( in buildIkeSessionParams()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java588 public Builder setRemoteIdentification(@NonNull IkeIdentification identification) { in setRemoteIdentification() method in IkeSessionParams.Builder
/packages/modules/IPsec/api/
Dsystem-current.txt198 …method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setRemoteIdentification(@Non…
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java825 .setRemoteIdentification(REMOTE_ID_FQDN) in buildIkeSessionParamsCommon()