Searched refs:payloadSize (Results 1 – 5 of 5) sorted by relevance
190 int payloadSize = 4 + encodedSigningCertificateLineage.length; in encodeSigningCertificateLineage() local191 ByteBuffer encodedWithVersion = ByteBuffer.allocate(payloadSize); in encodeSigningCertificateLineage()216 int payloadSize = prefixedSignedData.length + 4 + 4 + prefixedSignature.length; in encodeSigningCertificateNode() local217 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeSigningCertificateNode()229 int payloadSize = 4 + prefixedCertificate.length; in encodeSignedData() local230 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeSignedData()
239 int payloadSize = in encodeSigner() local246 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeSigner()280 int payloadSize = in encodeSignedData() local287 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeSignedData()
483 int payloadSize = 4 + 4 + 4 + encodedLineage.length; in write() local484 ByteBuffer result = ByteBuffer.allocate(payloadSize); in write()501 int payloadSize = 4 + 4 + encodedLineage.length; in generateV3SignerAttribute() local502 ByteBuffer result = ByteBuffer.allocate(payloadSize); in generateV3SignerAttribute()
268 int payloadSize = 4 + 4 + 4; in generateAdditionalAttributes() local269 ByteBuffer result = ByteBuffer.allocate(payloadSize); in generateAdditionalAttributes()271 result.putInt(payloadSize - 4); in generateAdditionalAttributes()
871 int payloadSize = 0; in encodeAsSequenceOfLengthPrefixedElements() local873 payloadSize += 4 + element.length; in encodeAsSequenceOfLengthPrefixedElements()875 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeAsSequenceOfLengthPrefixedElements()