Uses of Interface
com.jcraft.jsch.Identity
-
Packages that use Identity Package Description com.jcraft.jsch -
-
Uses of Identity in com.jcraft.jsch
Methods in com.jcraft.jsch that return types with arguments of type Identity Modifier and Type Method Description java.util.Vector<Identity>AgentIdentityRepository. getIdentities()java.util.Vector<Identity>IdentityRepository. getIdentities()Methods in com.jcraft.jsch with parameters of type Identity Modifier and Type Method Description voidJSch. addIdentity(Identity identity, byte[] passphrase)Sets the private key, which will be referred in the public key authentication.voidJSch. removeIdentity(Identity identity)Removes the identity from identityRepository.
-