Uses of Interface
com.jcraft.jsch.Identity
-
Packages that use Identity Package Description com.jcraft.jsch -
-
Uses of Identity in com.jcraft.jsch
Classes in com.jcraft.jsch that implement Identity Modifier and Type Class Description (package private) class
IdentityFile
Methods in com.jcraft.jsch with parameters of type Identity Modifier and Type Method Description (package private) void
IdentityRepository.Wrapper. add(Identity identity)
void
LocalIdentityRepository. add(Identity identity)
void
JSch. addIdentity(Identity identity, byte[] passphrase)
Sets the private key, which will be referred in the public key authentication.(package private) void
LocalIdentityRepository. remove(Identity identity)
void
JSch. removeIdentity(Identity identity)
Removes the identity from identityRepository.
-