| Constructor and Description |
|---|
DigestGenerator(Single<java.lang.String> algorithm) |
DigestGenerator(java.lang.String algorithm) |
| Modifier and Type | Method and Description |
|---|---|
java.security.MessageDigest |
next()
Generates and returns another value.
|
public DigestGenerator(java.lang.String algorithm)
public DigestGenerator(Single<java.lang.String> algorithm)
public java.security.MessageDigest next()
throws java.lang.RuntimeException
Generator