Uses of Class
net.schmizz.sshj.common.Buffer
Packages that use Buffer
Package
Description
-
Uses of Buffer in com.hierynomus.sshj.key
Methods in com.hierynomus.sshj.key with parameters of type BufferModifier and TypeMethodDescriptionvoid
BaseKeyAlgorithm.putPubKeyIntoBuffer
(PublicKey pk, Buffer<?> buf) void
KeyAlgorithm.putPubKeyIntoBuffer
(PublicKey pk, Buffer<?> buf) BaseKeyAlgorithm.readPubKeyFromBuffer
(Buffer<?> buf) KeyAlgorithm.readPubKeyFromBuffer
(Buffer<?> buf) -
Uses of Buffer in net.schmizz.sshj.common
Classes in net.schmizz.sshj.common with type parameters of type BufferSubclasses of Buffer in net.schmizz.sshj.commonMethods in net.schmizz.sshj.common with parameters of type BufferModifier and TypeMethodDescriptionCopies the contents of provided buffer into this buffervoid
KeyType.putPubKeyIntoBuffer
(PublicKey pk, Buffer<?> buf) (package private) static <T extends PublicKey>
Certificate<T> KeyType.CertUtils.readPubKey
(Buffer<?> buf, KeyType innerKeyType) (package private) static PublicKey
ECDSAVariationsAdapter.readPubKeyFromBuffer
(Buffer<?> buf, String variation) abstract PublicKey
KeyType.readPubKeyFromBuffer
(Buffer<?> buf) (package private) static void
ECDSAVariationsAdapter.writePubKeyContentsIntoBuffer
(PublicKey pk, Buffer<?> buf) (package private) static void
KeyType.CertUtils.writePubKeyContentsIntoBuffer
(PublicKey publicKey, KeyType innerKeyType, Buffer<?> buf) protected abstract void
KeyType.writePubKeyContentsIntoBuffer
(PublicKey pk, Buffer<?> buf) Method parameters in net.schmizz.sshj.common with type arguments of type BufferModifier and TypeMethodDescriptionCopies the contents of provided buffer into this bufferConstructors in net.schmizz.sshj.common with parameters of type Buffer -
Uses of Buffer in net.schmizz.sshj.sftp
Subclasses of Buffer in net.schmizz.sshj.sftpModifier and TypeClassDescriptionfinal class
final class
class
SFTPPacket<T extends SFTPPacket<T>>
Constructors in net.schmizz.sshj.sftp with parameters of type Buffer -
Uses of Buffer in net.schmizz.sshj.transport
Methods in net.schmizz.sshj.transport with parameters of type BufferModifier and TypeMethodDescriptionprotected void
Encoder.aeadOutgoingBuffer
(Buffer<?> buf, int offset, int len) -
Uses of Buffer in net.schmizz.sshj.transport.compression
Methods in net.schmizz.sshj.transport.compression with parameters of type BufferModifier and TypeMethodDescriptionvoid
Compress the given buffer in place.void
void
Compression.uncompress
(Buffer from, Buffer to) Uncompress the data in a buffer into another buffer.void
ZlibCompression.uncompress
(Buffer from, Buffer to)