Package | Description |
---|---|
com.jcraft.jsch |
Modifier and Type | Class and Description |
---|---|
static class |
IdentityRepository.Wrapper
JSch will accept ciphered keys, but some implementations of
IdentityRepository can not.
|
Modifier and Type | Method and Description |
---|---|
IdentityRepository |
JSch.getIdentityRepository() |
Modifier and Type | Method and Description |
---|---|
void |
JSch.setIdentityRepository(IdentityRepository identityRepository)
Sets the
identityRepository , which will be referred
in the public key authentication. |
void |
Session.setIdentityRepository(IdentityRepository identityRepository)
Sets the identityRepository, which will be referred
in the public key authentication.
|
Copyright © 2021 JCraft,Inc.. All rights reserved.