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.PlainBufferIdentificationStringParser. bufferMethods in com.hierynomus.sshj.transport with parameters of type Buffer.PlainBuffer Modifier and Type Method Description private booleanIdentificationStringParser. checkForIdentification(Buffer.PlainBuffer lineBuffer)private voidIdentificationStringParser. logHeaderLine(Buffer.PlainBuffer lineBuffer)private java.lang.StringIdentificationStringParser. 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.PlainBufferOpenSSHKeyV1KeyFile. 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.PrivateKeyOpenSSHKeyV1KeyFile. createECDSAPrivateKey(KeyType kt, Buffer.PlainBuffer buffer, ECDSACurve ecdsaCurve)private java.security.KeyPairOpenSSHKeyV1KeyFile. readDecodedKeyPair(Buffer.PlainBuffer keyBuffer)private byte[]OpenSSHKeyV1KeyFile. readEncryptedPrivateKey(byte[] privateKeyEncoded, Buffer.PlainBuffer inputBuffer)private java.security.PublicKeyOpenSSHKeyV1KeyFile. readPublicKey(Buffer.PlainBuffer plainBuffer)private java.security.spec.RSAPrivateCrtKeySpecOpenSSHKeyV1KeyFile. readRsaPrivateKeySpec(Buffer.PlainBuffer buffer)Read RSA Private CRT Key Spec according to OpenSSH sshkey_private_deserialize in sshkey.cprivate java.security.KeyPairOpenSSHKeyV1KeyFile. 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.PlainBufferChannelOutputStream.DataBuffer. leftOversMethods 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.StringTransportImpl. 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.PlainBufferKeyExchangeBase. initializedBuffer()
-