Package org.apache.tika.digest
Interface Encoder
public interface Encoder
Encodes byte array from a MessageDigest to String.
Common implementations encode to hex or base32 format.
-
Method Summary
-
Method Details
-
encode
Encode a byte array to a string representation.- Parameters:
bytes- the bytes to encode (typically from MessageDigest.digest())- Returns:
- the encoded string representation
-