cipher.setAAD(buffer)
When using an authenticated encryption mode (only GCM
is currently supported), the cipher.setAAD()
method sets the value used for the additional authenticated data (AAD) input parameter.
cipher.setAAD(buffer)
When using an authenticated encryption mode (only GCM
is currently supported), the cipher.setAAD()
method sets the value used for the additional authenticated data (AAD) input parameter.
Please login to continue.