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()
238 int payloadSize = signedData.length + 4 + 4 + signatures.length + publicKey.length; in encodeSigner() local240 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeSigner()274 int payloadSize = digests.length + certs.length + 4 + 4 + attributes.length; in encodeSignedData() local276 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeSignedData()
275 int payloadSize = 4 + 4 + 4; in generateAdditionalAttributes() local276 ByteBuffer result = ByteBuffer.allocate(payloadSize); in generateAdditionalAttributes()278 result.putInt(payloadSize - 4); in generateAdditionalAttributes()
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()
934 int payloadSize = 0; in encodeAsSequenceOfLengthPrefixedElements() local936 payloadSize += 4 + element.length; in encodeAsSequenceOfLengthPrefixedElements()938 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeAsSequenceOfLengthPrefixedElements()