Finish the operation either appending or verifying the MAC at the end of the data.
Write the MAC of the processed data to buf
return the size of the output buffer required for a processBytes plus a doFinal with an input of len bytes.
return the cipher this object wraps.
return the size of the output buffer required for a processBytes an input of len bytes.
Add a sequence of bytes to the associated data check. If the implementation supports it, this will be an online operation and will not retain the associated data.
process a block of bytes from in putting the result into out.
Reset the cipher. After resetting the cipher is in the same state as it was after the last init (if there was one).
initialize the underlying cipher..
Return the name of the algorithm.
initialize the underlying cipher. Parameter can either be an AEADParameters or a ParametersWithIV object.
Return the name of the algorithm.
return the cipher this object wraps.
Add a sequence of bytes to the associated data check. <br>If the implementation supports it, this will be an online operation and will not retain the associated data.
process a block of bytes from in putting the result into out.
Finish the operation either appending or verifying the MAC at the end of the data.
Write the MAC of the processed data to buf
return the size of the output buffer required for a processBytes an input of len bytes.
return the size of the output buffer required for a processBytes plus a doFinal with an input of len bytes.
Reset the cipher. After resetting the cipher is in the same state as it was after the last init (if there was one).
OOP Wrapper for GCM