public class MD5Signature extends Signature
Modifier and Type | Field and Description |
---|---|
private java.security.MessageDigest |
digester |
private static java.lang.ThreadLocal<java.security.MessageDigest> |
DIGESTER_FACTORY |
protected static org.slf4j.Logger |
log |
Constructor and Description |
---|
MD5Signature() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String content) |
byte[] |
getSignature() |
protected static final org.slf4j.Logger log
private static java.lang.ThreadLocal<java.security.MessageDigest> DIGESTER_FACTORY
private java.security.MessageDigest digester
public byte[] getSignature()
getSignature
in class Signature