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) classIdentityFileMethods in com.jcraft.jsch with parameters of type Identity Modifier and Type Method Description (package private) voidIdentityRepository.Wrapper. add(Identity identity)voidLocalIdentityRepository. add(Identity identity)voidJSch. addIdentity(Identity identity, byte[] passphrase)Sets the private key, which will be referred in the public key authentication.(package private) voidLocalIdentityRepository. remove(Identity identity)voidJSch. removeIdentity(Identity identity)Removes the identity from identityRepository.
-