Uses of Interface
com.maverick.sshd.PublicKeyStore

Packages that use PublicKeyStore
com.maverick.sshd This package contains the base implementation of the SSH server. 
 

Uses of PublicKeyStore in com.maverick.sshd
 

Classes in com.maverick.sshd that implement PublicKeyStore
 class AuthorizedKeysStoreImpl
          This class implements the OpenSSH style authorized_keys public key store.
 

Methods in com.maverick.sshd that return PublicKeyStore
 PublicKeyStore SshContext.getPublicKeyStore()
          Get the currently configured public key store for authorizing public keys
 

Methods in com.maverick.sshd with parameters of type PublicKeyStore
 void SshContext.setPublicKeyStore(PublicKeyStore publicKeyStore)
          For publickey authentication you can optionally provide an alternative key store implementation.
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.