- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {ArrayList a =
new ArrayList<String>()
new ArrayList()
new ArrayList<Object>()
- Smart code suggestions by Codota
}
@Override protected DiffieHellmanGroup featureValueOf(IkePhase1Proposal actual) { return actual.getDiffieHellmanGroup(); } }
negotiatedProposal.setHashingAlgorithm(initiatorProposal.getHashingAlgorithm()); negotiatedProposal.setEncryptionAlgorithm(initiatorProposal.getEncryptionAlgorithm()); negotiatedProposal.setDiffieHellmanGroup(initiatorProposal.getDiffieHellmanGroup()); negotiatedProposal.setAuthenticationMethod(initiatorProposal.getAuthenticationMethod()); if (initiatorProposal.getLifetimeSeconds() != null