com.trilead.ssh2.packets

Class PacketUserauthRequestPassword


public class PacketUserauthRequestPassword
extends java.lang.Object

PacketUserauthRequestPassword.

Constructor Summary

PacketUserauthRequestPassword(String serviceName, String user, String pass)
PacketUserauthRequestPassword(payload[] , int off, int len)

Method Summary

byte[]
getPayload()

Constructor Details

PacketUserauthRequestPassword

public PacketUserauthRequestPassword(String serviceName,
                                     String user,
                                     String pass)

PacketUserauthRequestPassword

public PacketUserauthRequestPassword(payload[] ,
                                     int off,
                                     int len)
            throws IOException

Method Details

getPayload

public byte[] getPayload()