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 booleanIdentificationStringParser.checkForIdentification(Buffer.PlainBuffer lineBuffer) private voidIdentificationStringParser.logHeaderLine(Buffer.PlainBuffer lineBuffer) private StringIdentificationStringParser.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 PrivateKeyOpenSSHKeyV1KeyFile.createECDSAPrivateKey(KeyType kt, Buffer.PlainBuffer buffer, ECDSACurve ecdsaCurve) private voidOpenSSHKeyV1KeyFile.initializeCipher(String kdfName, byte[] kdfOptions, Cipher cipher) private byte[]OpenSSHKeyV1KeyFile.readEncryptedPrivateKey(byte[] privateKeyEncoded, Buffer.PlainBuffer inputBuffer) private PublicKeyOpenSSHKeyV1KeyFile.readPublicKey(Buffer.PlainBuffer plainBuffer) private RSAPrivateCrtKeySpecOpenSSHKeyV1KeyFile.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 voidBuffer.ensureAvailable(int a) booleanBuffer.readBoolean()Read an SSH boolean bytebyteBuffer.readByte()Read a byte from the bufferbyte[]Buffer.readBytes()Read an SSH byte-arraySSHPacket.readMessageID()Reads an SSH byte and returns it asMessageBuffer.readMPInt()Read an SSH multiple-precision integerBuffer.readPublicKey()voidBuffer.readRawBytes(byte[] buf) voidBuffer.readRawBytes(byte[] buf, int off, int len) Buffer.readString()Reads an SSH string usingUTF8Buffer.readString(Charset cs) Reads an SSH stringbyte[]Buffer.readStringAsBytes()Reads an SSH stringlongBuffer.readUInt32()intBuffer.readUInt32AsInt()longBuffer.readUInt64()Buffer.readUInt64AsBigInteger()KeyType.CertUtils.unpackList(byte[] packedString) KeyType.CertUtils.unpackMap(byte[] packedString) private static StringKeyType.CertUtils.unpackString(byte[] packedString) static StringKeyType.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 intRemoteFile.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 booleanAbstractDHGex.parseGexGroup(SSHPacket buffer) private booleanAbstractDHGex.parseGexReply(SSHPacket buffer)