AEADCipher.getOutputSize

return the size of the output buffer required for a processBytes plus a doFinal with an input of len bytes.

interface AEADCipher
nothrow
size_t
getOutputSize
(
size_t len
)

Parameters

len size_t

the length of the input.

Return Value

Type: size_t

the space required to accommodate a call to processBytes and doFinal with len bytes of input.

Meta