Uses of Class
com.sshtools.publickey.PublicKeySubsystemException

Packages that use PublicKeySubsystemException
com.sshtools.publickey This package contains utility classes for loading/storing public/private keys and is based on the SSHTools key format architecture. 
 

Uses of PublicKeySubsystemException in com.sshtools.publickey
 

Methods in com.sshtools.publickey that throw PublicKeySubsystemException
 void PublicKeySubsystem.add(SshPublicKey key, java.lang.String comment)
          Add a public key to the users list of acceptable keys.
 void PublicKeySubsystem.remove(SshPublicKey key)
          Remove a public key from the users list of acceptable keys.
 SshPublicKey[] PublicKeySubsystem.list()
          List all of the users acceptable keys.
 void PublicKeySubsystem.associateCommand(SshPublicKey key, java.lang.String command)
          Associate a command with an accepted public key.
 



Copyright © 2003 3SP LTD. All Rights Reserved.