Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ Crypto
Method
Crypto
src/main/java/com/github/javafaker/Crypto.java:10–12 ·
view source on GitHub ↗
(Faker faker)
Source
from the content-addressed store, hash-verified
8
private
final
Faker faker;
9
10
protected
Crypto(Faker faker) {
11
this.faker = faker;
12
}
13
14
public
String md5() {
15
return
generateString(
"MD5"
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected