Class SSNGenerator
java.lang.Object
org.episteme.core.util.identity.SSNGenerator
- All Implemented Interfaces:
IdGenerator
Generates Social Security Number-like identifiers.
Produces identifiers in the format ###-##-####. Note: These are NOT valid SSNs and are for testing/simulation only.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SSNGenerator
public SSNGenerator()
-
-
Method Details
-
generate
- Specified by:
generatein interfaceIdGenerator
-
getFormat
- Specified by:
getFormatin interfaceIdGenerator
-