Interface Digest
-
- All Known Implementing Classes:
Digest.DefaultDigest
public interface Digest
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDigest.DefaultDigest
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description DigestMethodgetMethod()byte[]getValue()static Digestof(DigestMethod method, byte[] value)
-
-
-
Method Detail
-
getMethod
DigestMethod getMethod()
-
getValue
byte[] getValue()
-
of
static Digest of(DigestMethod method, byte[] value)
-
-