Searched refs:getEncryptionAlgorithms (Results 1 – 5 of 5) 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()
640 ikeTunnelParams.getIkeSaProposals().get(0).getEncryptionAlgorithms(); in testAeadSaProposals()652 childTunnelParams.getChildSaProposals().get(0).getEncryptionAlgorithms(); in testAeadSaProposals()702 ikeTunnelParams.getIkeSaProposals().get(0).getEncryptionAlgorithms(); in testMultipleSaProposals()714 childTunnelParams.getChildSaProposals().get(0).getEncryptionAlgorithms(); in testMultipleSaProposals()768 ikeTunnelParams.getIkeSaProposals().get(0).getEncryptionAlgorithms(); in testSaProposalsReorder()776 ikeTunnelParams.getIkeSaProposals().get(1).getEncryptionAlgorithms(); in testSaProposalsReorder()788 childTunnelParams.getChildSaProposals().get(0).getEncryptionAlgorithms(); in testSaProposalsReorder()796 childTunnelParams.getChildSaProposals().get(1).getEncryptionAlgorithms(); in testSaProposalsReorder()
412 public List<Pair<Integer, Integer>> getEncryptionAlgorithms() { in getEncryptionAlgorithms() method in SaProposal
2416 + saProposal.getEncryptionAlgorithms().toString()); in dump()
303 …c java.util.List<android.util.Pair<java.lang.Integer,java.lang.Integer>> getEncryptionAlgorithms();