public interface IvSupplier
IvSupplier
provides access to the secure-random Initialization Vector used during
encryption, which must in turn be presented for use during decryption. To maintain the security integrity of cryptographic
algorithms, a new secure-random Initialization Vector MUST be generated for every individual
encryption attempt.Modifier and Type | Method and Description |
---|---|
byte[] |
getIv()
Returns the secure-random Initialization Vector used during encryption, which must in turn be presented for
use during decryption.
|
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.