getSize method

int getSize()

Implementation

int getSize() {
  return 4 +
      messageBlocksSize() +
      4 +
      signatureBlocksSize() +
      4 +
      publicKeyBlocksSize();
}