class LavinMQ::User::MD5Password

Defined in:

lavinmq/password.cr

Class Method Summary

Instance Method Summary

Instance methods inherited from class LavinMQ::User::RabbitPassword

digest_size : Int32 digest_size, hash_prefix : String hash_prefix, inspect(io) inspect, openssl_hash_algorithm : String openssl_hash_algorithm, to_json(json) to_json, to_s(io) to_s, verify(password) : Bool verify

Constructor methods inherited from class LavinMQ::User::RabbitPassword

create(password : String) : self create, new(salt : Bytes, hash : Bytes)
new(raw_hash : String)
new

Instance methods inherited from module LavinMQ::User::Password

hash_algorithm : String hash_algorithm

Class Method Detail

def self.openssl_hash_algorithm : String #

[View source]

Instance Method Detail

def digest_size : Int32 #

[View source]
def hash_algorithm : String #

[View source]
def hash_prefix : String #

[View source]
def openssl_hash_algorithm : String #

[View source]