Uses of Class
net.schmizz.sshj.common.Buffer.PlainBuffer
-
-
Uses of Buffer.PlainBuffer in com.hierynomus.sshj.transport
Fields in com.hierynomus.sshj.transport declared as Buffer.PlainBuffer Modifier and Type Field Description private Buffer.PlainBuffer
IdentificationStringParser. buffer
Methods in com.hierynomus.sshj.transport with parameters of type Buffer.PlainBuffer 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)
Constructors in com.hierynomus.sshj.transport with parameters of type Buffer.PlainBuffer Constructor Description IdentificationStringParser(Buffer.PlainBuffer buffer)
IdentificationStringParser(Buffer.PlainBuffer buffer, LoggerFactory loggerFactory)
-
Uses of Buffer.PlainBuffer in com.hierynomus.sshj.userauth.keyprovider
Methods in com.hierynomus.sshj.userauth.keyprovider that return Buffer.PlainBuffer Modifier and Type Method Description private Buffer.PlainBuffer
OpenSSHKeyV1KeyFile. decryptPrivateKey(byte[] privateKey, int privateKeyLength, java.lang.String cipherName, java.lang.String kdfName, byte[] kdfOptions)
Methods in com.hierynomus.sshj.userauth.keyprovider with parameters of type Buffer.PlainBuffer Modifier and Type Method Description private java.security.PrivateKey
OpenSSHKeyV1KeyFile. createECDSAPrivateKey(KeyType kt, Buffer.PlainBuffer buffer, ECDSACurve ecdsaCurve)
private java.security.KeyPair
OpenSSHKeyV1KeyFile. readDecodedKeyPair(Buffer.PlainBuffer keyBuffer)
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.cprivate java.security.KeyPair
OpenSSHKeyV1KeyFile. readUnencrypted(Buffer.PlainBuffer keyBuffer, java.security.PublicKey publicKey)
-
Uses of Buffer.PlainBuffer in net.schmizz.sshj.connection.channel
Fields in net.schmizz.sshj.connection.channel declared as Buffer.PlainBuffer Modifier and Type Field Description private Buffer.PlainBuffer
ChannelOutputStream.DataBuffer. leftOvers
Methods in net.schmizz.sshj.connection.channel with parameters of type Buffer.PlainBuffer Modifier and Type Method Description protected Event<ConnectionException>
AbstractChannel. sendChannelRequest(java.lang.String reqType, boolean wantReply, Buffer.PlainBuffer reqSpecific)
-
Uses of Buffer.PlainBuffer in net.schmizz.sshj.transport
Methods in net.schmizz.sshj.transport with parameters of type Buffer.PlainBuffer Modifier and Type Method Description private java.lang.String
TransportImpl. readIdentification(Buffer.PlainBuffer buffer)
Reads the identification string from the SSH server. -
Uses of Buffer.PlainBuffer in net.schmizz.sshj.transport.kex
Methods in net.schmizz.sshj.transport.kex that return Buffer.PlainBuffer Modifier and Type Method Description protected Buffer.PlainBuffer
KeyExchangeBase. initializedBuffer()
-