Searched refs:getProposalLength (Results 1 – 2 of 2) sorted by relevance
775 .putShort((short) getProposalLength()) in encodeToByteBuffer()803 protected int getProposalLength() { in getProposalLength() method in IkeSaPayload.Proposal1930 for (Proposal p : proposalList) len += p.getProposalLength(); in getPayloadLength()
684 ByteBuffer byteBuffer = ByteBuffer.allocate(proposal.getProposalLength());