Uses of Class
net.schmizz.sshj.common.Buffer.BufferException
-
Packages that use Buffer.BufferException Package Description com.hierynomus.sshj.transport com.hierynomus.sshj.userauth.keyprovider net.schmizz.sshj.common net.schmizz.sshj.sftp net.schmizz.sshj.transport.kex -
-
Uses of Buffer.BufferException in com.hierynomus.sshj.transport
Methods in com.hierynomus.sshj.transport that throw Buffer.BufferException Modifier and Type Method Description private boolean
IdentificationStringParser. checkForIdentification(Buffer.PlainBuffer lineBuffer)
private void
IdentificationStringParser. logHeaderLine(Buffer.PlainBuffer lineBuffer)
private java.lang.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.BufferException Modifier and Type Method Description private java.security.PrivateKey
OpenSSHKeyV1KeyFile. createECDSAPrivateKey(KeyType kt, Buffer.PlainBuffer buffer, ECDSACurve ecdsaCurve)
private void
OpenSSHKeyV1KeyFile. initializeCipher(java.lang.String kdfName, byte[] kdfOptions, Cipher cipher)
private byte[]
OpenSSHKeyV1KeyFile. readEncryptedPrivateKey(byte[] privateKeyEncoded, Buffer.PlainBuffer inputBuffer)
private java.security.PublicKey
OpenSSHKeyV1KeyFile. readPublicKey(Buffer.PlainBuffer plainBuffer)
private java.security.spec.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.BufferException Modifier and Type Method Description protected 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-arrayMessage
SSHPacket. readMessageID()
Reads an SSH byte and returns it asMessage
java.math.BigInteger
Buffer. readMPInt()
Read an SSH multiple-precision integerjava.security.PublicKey
Buffer. readPublicKey()
void
Buffer. readRawBytes(byte[] buf)
void
Buffer. readRawBytes(byte[] buf, int off, int len)
java.lang.String
Buffer. readString()
Reads an SSH string usingUTF8
java.lang.String
Buffer. readString(java.nio.charset.Charset cs)
Reads an SSH stringbyte[]
Buffer. readStringAsBytes()
Reads an SSH stringlong
Buffer. readUInt32()
int
Buffer. readUInt32AsInt()
long
Buffer. readUInt64()
java.math.BigInteger
Buffer. readUInt64AsBigInteger()
private static java.util.List<java.lang.String>
KeyType.CertUtils. unpackList(byte[] packedString)
private static java.util.Map<java.lang.String,java.lang.String>
KeyType.CertUtils. unpackMap(byte[] packedString)
private static java.lang.String
KeyType.CertUtils. unpackString(byte[] packedString)
static java.lang.String
KeyType.CertUtils. verifyHostCertificate(byte[] certRaw, Certificate<?> cert, java.lang.String hostname)
-
Uses of Buffer.BufferException in net.schmizz.sshj.sftp
Methods in net.schmizz.sshj.sftp that throw Buffer.BufferException Modifier and Type Method Description protected 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.BufferException Modifier and Type Method Description private boolean
AbstractDHGex. parseGexGroup(SSHPacket buffer)
private boolean
AbstractDHGex. parseGexReply(SSHPacket buffer)
-