public static class Credential.MD5 extends Credential
Credential.Crypt, Credential.MD5| Modifier and Type | Method and Description |
|---|---|
boolean |
check(Object credentials)
Check a credential
|
static String |
digest(String password) |
byte[] |
getDigest() |
byteEquals, getCredential, stringEqualspublic byte[] getDigest()
public boolean check(Object credentials)
Credentialcheck in class Credentialcredentials - The credential to check against. This may either be
another Credential object, a Password object or a String
which is interpreted by this credential.Copyright © 1995-2017 Webtide. All Rights Reserved.