Package org.eclipse.jetty.util.security
Class Credential.Crypt
java.lang.Object
org.eclipse.jetty.util.security.Credential
org.eclipse.jetty.util.security.Credential.Crypt
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Credential
Unix Crypt Credential.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.util.security.Credential
Credential.Crypt, Credential.MD, Credential.MD5 -
Method Summary
Methods inherited from class org.eclipse.jetty.util.security.Credential
byteEquals, getCredential, stringEquals
-
Method Details
-
check
Description copied from class:CredentialChecks the given credential against this credential instance.
- Specified by:
checkin classCredential- Parameters:
credentials- the credential to check against this instance. This may either be another Credential object; or a Password object; or a String, char[] or byte[] that are interpreted by this credential.- Returns:
- whether the given credentials match this credential instance
-
hashCode
public int hashCode() -
equals
-
crypt
-