Searched refs:getEncryptionAlgorithms (Results 1 – 3 of 3) sorted by relevance
317 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()
412 public List<Pair<Integer, Integer>> getEncryptionAlgorithms() { in getEncryptionAlgorithms() method in SaProposal
271 …c java.util.List<android.util.Pair<java.lang.Integer,java.lang.Integer>> getEncryptionAlgorithms();