Home
last modified time | relevance | path

Searched refs:setEncryption (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java324 config.setEncryption(CRYPT_ALGO); in testValidateAlgorithmsCrypt()
331 config.setEncryption(algo); in testValidateAlgorithmsCrypt()
363 config.setEncryption(CRYPT_ALGO); in testValidateAlgorithmsAuthCrypt()
393 config.setEncryption(CRYPT_ALGO); in testValidateAlgorithmsAeadWithCrypt()
406 config.setEncryption(CRYPT_ALGO); in testValidateAlgorithmsAeadWithAuthAndCrypt()
DIpSecServiceParameterizedTest.java256 config.setEncryption(CRYPT_ALGO); in addAuthAndCryptToIpSecConfig()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java179 public void setEncryption(String method, String key) { in setEncryption() method in SimpleSessionDescription
180 mFields.setEncryption(method, key); in setEncryption()
454 public void setEncryption(String method, String key) { in setEncryption() method in SimpleSessionDescription.Fields
/frameworks/base/core/java/android/net/
DIpSecTransform.java358 public IpSecTransform.Builder setEncryption(@NonNull IpSecAlgorithm algo) { in setEncryption() method in IpSecTransform.Builder
361 mConfig.setEncryption(algo); in setEncryption()
DIpSecConfig.java93 public void setEncryption(IpSecAlgorithm encryption) { in setEncryption() method in IpSecConfig
/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java58 c.setEncryption( in getSampleConfig()
/frameworks/base/config/
Dhiddenapi-public-dex.txt25388 Landroid/net/IpSecTransform$Builder;->setEncryption(Landroid/net/IpSecAlgorithm;)Landroid/net/IpSec…
/frameworks/base/api/
Dcurrent.txt27061 method public android.net.IpSecTransform.Builder setEncryption(android.net.IpSecAlgorithm);