Package org.eclipse.jetty.util.security
Class Credential.MD5
- java.lang.Object
 - 
- org.eclipse.jetty.util.security.Credential
 - 
- org.eclipse.jetty.util.security.Credential.MD5
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - Credential
 
@Deprecated(since="2021-05-27") public static class Credential.MD5 extends Credential
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.MD5 Credentials- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.eclipse.jetty.util.security.Credential
Credential.Crypt, Credential.MD5 
 - 
 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancheck(java.lang.Object credentials)Deprecated.Check a credentialstatic java.lang.Stringdigest(java.lang.String password)Deprecated.booleanequals(java.lang.Object obj)Deprecated.byte[]getDigest()Deprecated.- 
Methods inherited from class org.eclipse.jetty.util.security.Credential
getCredential 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getDigest
public byte[] getDigest()
Deprecated. 
- 
check
public boolean check(java.lang.Object credentials)
Deprecated.Description copied from class:CredentialCheck a credential- Specified by:
 checkin classCredential- Parameters:
 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.- Returns:
 - True if the credentials indicated that the shared secret is known to both this Credential and the passed credential.
 
 
- 
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
 equalsin classjava.lang.Object
 
- 
digest
public static java.lang.String digest(java.lang.String password)
Deprecated. 
 - 
 
 -