Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/core-lib/xjar
/ XSecureRandom
Method
XSecureRandom
src/main/java/io/xjar/key/XSecureRandom.java:16–18 ·
view source on GitHub ↗
(byte[] value)
Source
from the content-addressed store, hash-verified
14
private
int
_intPad;
15
16
public
XSecureRandom(byte[] value) {
17
this(false,
new
byte[][]{value});
18
}
19
20
public
XSecureRandom(byte[][] values) {
21
this(false, values);
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected