| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.jetty.util.Credential
org.openqa.jetty.util.Credential.MD5
public static class Credential.MD5
MD5 Credentials
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class org.openqa.jetty.util.Credential | 
|---|
| Credential.Crypt, Credential.MD5 | 
| Field Summary | |
|---|---|
| static java.lang.String | __TYPE | 
| Method Summary | |
|---|---|
|  boolean | check(java.lang.Object credentials)Check a credential | 
| static java.lang.String | digest(java.lang.String password) | 
|  byte[] | getDigest() | 
| Methods inherited from class org.openqa.jetty.util.Credential | 
|---|
| getCredential | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String __TYPE
| Method Detail | 
|---|
public byte[] getDigest()
public boolean check(java.lang.Object credentials)
Credential
check 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.
public static java.lang.String digest(java.lang.String password)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||