Searched refs:getIntegrityAlgorithms (Results 1 – 6 of 6) sorted by relevance
318 assertEquals(IKE_INTEGRITY_ALGOS, saProposal.getIntegrityAlgorithms()); in testBuildIkeSaProposalWithNormalModeCipher()331 assertTrue(saProposal.getIntegrityAlgorithms().isEmpty()); in testBuildIkeSaProposalWithCombinedModeCipher()342 assertEquals(Arrays.asList(INTEGRITY_ALGORITHM_NONE), saProposal.getIntegrityAlgorithms()); in testBuildIkeSaProposalWithCombinedModeCipherAndIntegrityNone()350 assertEquals(CHILD_INTEGRITY_ALGOS, saProposal.getIntegrityAlgorithms()); in testBuildChildSaProposalWithNormalModeCipher()360 assertTrue(saProposal.getIntegrityAlgorithms().isEmpty()); in testBuildChildProposalWithCombinedModeCipher()370 assertEquals(Arrays.asList(INTEGRITY_ALGORITHM_NONE), saProposal.getIntegrityAlgorithms()); in testBuildChildProposalWithCombinedModeCipherAndIntegrityNone()379 assertTrue(saProposal.getIntegrityAlgorithms().isEmpty()); in testBuildChildSaProposalWithOnlyCiphers()
312 int[] integrityAlgoIdArray = getIntegrityAlgorithms().stream().mapToInt(i -> i).toArray(); in toPersistableBundle()426 public List<Integer> getIntegrityAlgorithms() { in getIntegrityAlgorithms() method in SaProposal
2420 + saProposal.getIntegrityAlgorithms().toString()); in dump()
901 List<Integer> integrityAlgorithms = mSaProposal.getIntegrityAlgorithms(); in validateAndBuildChild()1638 mSaProposal.getIntegrityAlgorithms(); in processStateMessage()1939 List<Integer> integrityAlgorithms = mSaProposal.getIntegrityAlgorithms(); in handleCreateChildRequest()
2600 List<Integer> integrityAlgorithms = mSaProposal.getIntegrityAlgorithms(); in handleRequestIkeMessage()3380 List<Integer> integrityAlgorithms = mSaProposal.getIntegrityAlgorithms(); in handleResponseIkeMessage()5120 List<Integer> integrityAlgorithms = mSaProposal.getIntegrityAlgorithms(); in handleResponseIkeMessage()
304 method @NonNull public java.util.List<java.lang.Integer> getIntegrityAlgorithms();