Class Net::SSH::Transport::OSSL::BufferFactory
In: lib/net/ssh/transport/ossl/buffer-factory.rb
Parent: Object

A factory class for returning new buffer instances that have been decorated to also handle OpenSSL specific information.

Methods

buffer   reader   writer  

Public Instance methods

Return a new general buffer that can also read bignums and keys.

Return a new reader buffer that can also read bignums and keys.

Return a new writer buffer, initialized with the parameter.

[Validate]