class LavinMQ::User::MD5Password
  
  - LavinMQ::User::MD5Password
 - LavinMQ::User::RabbitPassword
 - Reference
 - Object
 
Defined in:
lavinmq/password.crClass Method Summary
Instance Method Summary
- #digest_size : Int32
 - #hash_algorithm : String
 - #hash_prefix : String
 - #openssl_hash_algorithm : String
 
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