public static class Credential.MD5 extends Credential
Credential.Crypt, Credential.MD5
Modifier and Type | Method and Description |
---|---|
boolean |
check(java.lang.Object credentials)
Check a credential
|
static java.lang.String |
digest(java.lang.String password) |
boolean |
equals(java.lang.Object obj) |
byte[] |
getDigest() |
getCredential
public byte[] getDigest()
public boolean check(java.lang.Object credentials)
Credential
check
in class Credential
credentials
- The credential to check against. This may either be another Credential object, a Password object or a String which is interpreted by this
credential.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static java.lang.String digest(java.lang.String password)
Copyright © 2010 - 2019 Adobe. All Rights Reserved