Uses of Class
net.schmizz.sshj.common.Buffer.BufferException
Packages that use Buffer.BufferException
Package
Description
-
Uses of Buffer.BufferException in com.hierynomus.sshj.transport
Methods in com.hierynomus.sshj.transport that throw Buffer.BufferExceptionModifier and TypeMethodDescriptionprivate boolean
IdentificationStringParser.checkForIdentification
(Buffer.PlainBuffer lineBuffer) private void
IdentificationStringParser.logHeaderLine
(Buffer.PlainBuffer lineBuffer) private String
IdentificationStringParser.readIdentification
(Buffer.PlainBuffer lineBuffer) -
Uses of Buffer.BufferException in com.hierynomus.sshj.userauth.keyprovider
Methods in com.hierynomus.sshj.userauth.keyprovider that throw Buffer.BufferExceptionModifier and TypeMethodDescriptionprivate PrivateKey
OpenSSHKeyV1KeyFile.createECDSAPrivateKey
(KeyType kt, Buffer.PlainBuffer buffer, String name) private void
OpenSSHKeyV1KeyFile.initializeCipher
(String kdfName, byte[] kdfOptions, Cipher cipher) private byte[]
OpenSSHKeyV1KeyFile.readEncryptedPrivateKey
(byte[] privateKeyEncoded, Buffer.PlainBuffer inputBuffer) private PublicKey
OpenSSHKeyV1KeyFile.readPublicKey
(Buffer.PlainBuffer plainBuffer) private RSAPrivateCrtKeySpec
OpenSSHKeyV1KeyFile.readRsaPrivateKeySpec
(Buffer.PlainBuffer buffer) Read RSA Private CRT Key Spec according to OpenSSH sshkey_private_deserialize in sshkey.c -
Uses of Buffer.BufferException in net.schmizz.sshj.common
Methods in net.schmizz.sshj.common that throw Buffer.BufferExceptionModifier and TypeMethodDescriptionprotected void
Buffer.ensureAvailable
(int a) boolean
Buffer.readBoolean()
Read an SSH boolean bytebyte
Buffer.readByte()
Read a byte from the bufferbyte[]
Buffer.readBytes()
Read an SSH byte-arraySSHPacket.readMessageID()
Reads an SSH byte and returns it asMessage
Buffer.readMPInt()
Read an SSH multiple-precision integerBuffer.readPublicKey()
void
Buffer.readRawBytes
(byte[] buf) void
Buffer.readRawBytes
(byte[] buf, int off, int len) Buffer.readString()
Reads an SSH string usingUTF8
Buffer.readString
(Charset cs) Reads an SSH stringbyte[]
Buffer.readStringAsBytes()
Reads an SSH stringlong
Buffer.readUInt32()
int
Buffer.readUInt32AsInt()
long
Buffer.readUInt64()
Buffer.readUInt64AsBigInteger()
KeyType.CertUtils.unpackList
(byte[] packedString) KeyType.CertUtils.unpackMap
(byte[] packedString) private static String
KeyType.CertUtils.unpackString
(byte[] packedString) static String
KeyType.CertUtils.verifyHostCertificate
(byte[] certRaw, Certificate<?> cert, String hostname) -
Uses of Buffer.BufferException in net.schmizz.sshj.sftp
Methods in net.schmizz.sshj.sftp that throw Buffer.BufferExceptionModifier and TypeMethodDescriptionprotected int
RemoteFile.checkReadResponse
(Response res, byte[] to, int offset) -
Uses of Buffer.BufferException in net.schmizz.sshj.transport.kex
Methods in net.schmizz.sshj.transport.kex that throw Buffer.BufferExceptionModifier and TypeMethodDescriptionprivate boolean
AbstractDHGex.parseGexGroup
(SSHPacket buffer) private boolean
AbstractDHGex.parseGexReply
(SSHPacket buffer)