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()
606 ikeTunnelParams.getIkeSaProposals().get(0).getEncryptionAlgorithms(); in testAeadSaProposals()618 childTunnelParams.getChildSaProposals().get(0).getEncryptionAlgorithms(); in testAeadSaProposals()668 ikeTunnelParams.getIkeSaProposals().get(0).getEncryptionAlgorithms(); in testMultipleSaProposals()680 childTunnelParams.getChildSaProposals().get(0).getEncryptionAlgorithms(); in testMultipleSaProposals()734 ikeTunnelParams.getIkeSaProposals().get(0).getEncryptionAlgorithms(); in testSaProposalsReorder()742 ikeTunnelParams.getIkeSaProposals().get(1).getEncryptionAlgorithms(); in testSaProposalsReorder()754 childTunnelParams.getChildSaProposals().get(0).getEncryptionAlgorithms(); in testSaProposalsReorder()762 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();