MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / update

Method update

CodenameOne/src/com/codename1/security/Hmac.java:109–111  ·  view source on GitHub ↗
(byte[] data)

Source from the content-addressed store, hash-verified

107
108 /// Appends bytes to the message being authenticated.
109 public void update(byte[] data) {
110 update(data, 0, data.length);
111 }
112
113 /// Appends a slice of bytes to the message being authenticated.
114 public void update(byte[] data, int offset, int length) {

Callers 3

doFinalMethod · 0.95
runHmacVectorsMethod · 0.95

Calls 1

updateMethod · 0.65

Tested by 2

runHmacVectorsMethod · 0.76