net.schmizz.sshj.userauth.method
Class KeyedAuthMethod
java.lang.Object
net.schmizz.sshj.userauth.method.AbstractAuthMethod
net.schmizz.sshj.userauth.method.KeyedAuthMethod
- All Implemented Interfaces:
- SSHPacketHandler, AuthMethod
- Direct Known Subclasses:
- AuthHostbased, AuthPublickey
public abstract class KeyedAuthMethod
- extends AbstractAuthMethod
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kProv
protected final KeyProvider kProv
KeyedAuthMethod
public KeyedAuthMethod(String name,
KeyProvider kProv)
putPubKey
protected SSHPacket putPubKey(SSHPacket reqBuf)
throws UserAuthException
- Throws:
UserAuthException
putSig
protected SSHPacket putSig(SSHPacket reqBuf)
throws UserAuthException
- Throws:
UserAuthException
Copyright © 2009-2012. All Rights Reserved.