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 TypeMethodDescriptionvoidBaseKeyAlgorithm.putPubKeyIntoBuffer(PublicKey pk, Buffer<?> buf) voidKeyAlgorithm.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 buffervoidKeyType.putPubKeyIntoBuffer(PublicKey pk, Buffer<?> buf) (package private) static <T extends PublicKey>
Certificate<T> KeyType.CertUtils.readPubKey(Buffer<?> buf, KeyType innerKeyType) (package private) static PublicKeyECDSAVariationsAdapter.readPubKeyFromBuffer(Buffer<?> buf, String variation) abstract PublicKeyKeyType.readPubKeyFromBuffer(Buffer<?> buf) (package private) static voidECDSAVariationsAdapter.writePubKeyContentsIntoBuffer(PublicKey pk, Buffer<?> buf) (package private) static voidKeyType.CertUtils.writePubKeyContentsIntoBuffer(PublicKey publicKey, KeyType innerKeyType, Buffer<?> buf) protected abstract voidKeyType.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 classfinal classclassSFTPPacket<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 voidEncoder.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 TypeMethodDescriptionvoidCompress the given buffer in place.voidvoidCompression.uncompress(Buffer from, Buffer to) Uncompress the data in a buffer into another buffer.voidZlibCompression.uncompress(Buffer from, Buffer to)