Package com.trilead.ssh2.packets
Class PacketUserauthRequestPublicKey
java.lang.Object
com.trilead.ssh2.packets.PacketUserauthRequestPublicKey
PacketUserauthRequestPublicKey.
- Version:
- $Id: PacketUserauthRequestPublicKey.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
Constructor Summary
ConstructorsConstructorDescriptionPacketUserauthRequestPublicKey
(byte[] payload, int off, int len) PacketUserauthRequestPublicKey
(String serviceName, String user, String pkAlgorithmName, byte[] pk, byte[] sig) -
Method Summary
-
Constructor Details
-
PacketUserauthRequestPublicKey
-
PacketUserauthRequestPublicKey
- Throws:
IOException
-
-
Method Details
-
getPayload
public byte[] getPayload()
-