Home
last modified time | relevance | path

Searched refs:getEncryptionAlgorithms (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java317 assertEquals(IKE_NORMAL_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildIkeSaProposalWithNormalModeCipher()
328 assertEquals(IKE_COMBINED_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildIkeSaProposalWithCombinedModeCipher()
339 assertEquals(IKE_COMBINED_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildIkeSaProposalWithCombinedModeCipherAndIntegrityNone()
349 assertEquals(CHILD_NORMAL_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildChildSaProposalWithNormalModeCipher()
359 assertEquals(CHILD_COMBINED_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildChildProposalWithCombinedModeCipher()
369 assertEquals(CHILD_COMBINED_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildChildProposalWithCombinedModeCipherAndIntegrityNone()
378 assertEquals(CHILD_COMBINED_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildChildSaProposalWithOnlyCiphers()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java412 public List<Pair<Integer, Integer>> getEncryptionAlgorithms() { in getEncryptionAlgorithms() method in SaProposal
/packages/modules/IPsec/api/
Dcurrent.txt271 …c java.util.List<android.util.Pair<java.lang.Integer,java.lang.Integer>> getEncryptionAlgorithms();