AuthenticationMD5Password

skunk.net.message.AuthenticationMD5Password
See theAuthenticationMD5Password companion object
final case class AuthenticationMD5Password(salt: Array[Byte]) extends AuthenticationRequest

Specifies that an MD5-encrypted password is required.

Value parameters

salt

The salt to use when encrypting the password.

Attributes

Companion
object
Source
AuthenticationMD5Password.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product