MCPcopy Create free account
hub / github.com/jwtk/jjwt / setIv

Method setIv

api/src/main/java/io/jsonwebtoken/security/AeadResult.java:52–52  ·  view source on GitHub ↗

Sets the initialization vector used during encryption. @param iv the initialization vector used during encryption. @return the AeadResult for method chaining.

(byte[] iv)

Source from the content-addressed store, hash-verified

50 * @return the AeadResult for method chaining.
51 */
52 AeadResult setIv(byte[] iv);
53}

Callers 2

encryptMethod · 0.65
encryptMethod · 0.65

Implementers 1

DefaultAeadResultimpl/src/main/java/io/jsonwebtoken/imp

Calls

no outgoing calls

Tested by

no test coverage detected