Sets the initialization vector used during encryption. @param iv the initialization vector used during encryption. @return the AeadResult for method chaining.
(byte[] iv)
| 50 | * @return the AeadResult for method chaining. |
| 51 | */ |
| 52 | AeadResult setIv(byte[] iv); |
| 53 | } |
no outgoing calls
no test coverage detected