Searched refs:payloadSize (Results 1 – 5 of 5) sorted by relevance
198 int payloadSize = 4 + encodedSigningCertificateLineage.length; in encodeSigningCertificateLineage() local199 ByteBuffer encodedWithVersion = ByteBuffer.allocate(payloadSize); in encodeSigningCertificateLineage()224 int payloadSize = prefixedSignedData.length + 4 + 4 + prefixedSignature.length; in encodeSigningCertificateNode() local225 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeSigningCertificateNode()237 int payloadSize = 4 + prefixedCertificate.length; in encodeSignedData() local238 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeSignedData()
238 int payloadSize = in encodeSigner() local245 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeSigner()279 int payloadSize = in encodeSignedData() local286 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeSignedData()
267 int payloadSize = 4 + 4 + 4; in generateAdditionalAttributes() local268 ByteBuffer result = ByteBuffer.allocate(payloadSize); in generateAdditionalAttributes()270 result.putInt(payloadSize); in generateAdditionalAttributes()
362 int payloadSize = 4 + 4 + 4 + encodedLineage.length; in write() local363 ByteBuffer result = ByteBuffer.allocate(payloadSize); in write()379 int payloadSize = 4 + 4 + encodedLineage.length; in generateV3SignerAttribute() local380 ByteBuffer result = ByteBuffer.allocate(payloadSize); in generateV3SignerAttribute()
585 int payloadSize = 0; in encodeAsSequenceOfLengthPrefixedElements() local587 payloadSize += 4 + element.length; in encodeAsSequenceOfLengthPrefixedElements()589 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeAsSequenceOfLengthPrefixedElements()