Uses of Interface
com.jcraft.jsch.Identity

Packages that use Identity
com.jcraft.jsch   
 

Uses of Identity in com.jcraft.jsch
 

Methods in com.jcraft.jsch with parameters of type Identity
 void JSch.addIdentity(Identity identity, byte[] passphrase)
          Sets the private key, which will be referred in the public key authentication.
 void JSch.removeIdentity(Identity identity)
          Removes the identity from identityRepository.
 



Copyright © 2014 JCraft,Inc.. All Rights Reserved.