public interface AbstractGetNonceSize
get the nonce size.| Modifier and Type | Method and Description |
|---|---|
int |
getNonceSize()
Unlike
Cipher this API is designed for ease of use. |
int getNonceSize()
Cipher this API is designed for ease of use. Some cryptographic algorithms require an
initialization vector (IV) and others do not. With this API you do not have to
care and cannot do things wrong. The nonce will be prepended automatically to the encrypted payload and
reconstructed from there on decryption. This works both for crypt
and for streaming.0 for none.Cipher.getIV()Copyright © 2001–2019 mmm-Team. All rights reserved.