Class: PostgresPR::AuthentificationCryptPassword

Inherits:
Authentification show all
Includes:
SaltedAuthentificationMixin
Defined in:
lib/postgres-pr/message.rb

Constant Summary

Constants inherited from Authentification

PostgresPR::Authentification::AuthTypeMap

Constants inherited from Message

Message::MsgTypeMap

Instance Attribute Summary

Attributes included from SaltedAuthentificationMixin

#salt

Instance Method Summary collapse

Methods included from SaltedAuthentificationMixin

#dump, #initialize, #parse

Methods inherited from Authentification

create, #dump, #message__dump, #parse, register_auth_type

Methods inherited from Message

create, #dump, dump, fields, #parse, read, register_message_type

Instance Method Details

#salt_sizeObject



190
# File 'lib/postgres-pr/message.rb', line 190

def salt_size; 2 end