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 Credentials
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.util.security.Credential
Credential.Crypt, Credential.MD5
-
Method Summary
Methods inherited from class org.eclipse.jetty.util.security.Credential
byteEquals, getCredential, stringEquals
-
Method Details
-
check
Description copied from class:Credential
Check a credential- Specified by:
check
in 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
-
crypt
-