Uses of Interface
org.apache.sshd.common.keyprovider.KeyPairProvider
Packages that use KeyPairProvider
Package
Description
-
Uses of KeyPairProvider in org.apache.sshd.client.config.keys
Classes in org.apache.sshd.client.config.keys that implement KeyPairProviderModifier and TypeClassDescriptionclass
class
Watches over a group of files that contains client identitiesclass
Methods in org.apache.sshd.client.config.keys that return KeyPairProviderModifier and TypeMethodDescriptionstatic KeyPairProvider
ClientIdentity.loadDefaultKeyPairProvider
(boolean strict, boolean supportedOnly, FilePasswordProvider provider, LinkOption... options) static KeyPairProvider
ClientIdentity.loadDefaultKeyPairProvider
(Path dir, boolean strict, boolean supportedOnly, FilePasswordProvider provider, LinkOption... options) -
Uses of KeyPairProvider in org.apache.sshd.common.config.keys
Methods in org.apache.sshd.common.config.keys that return KeyPairProviderModifier and TypeMethodDescriptionstatic KeyPairProvider
IdentityUtils.createKeyPairProvider
(Map<String, KeyPair> ids, boolean supportedOnly) -
Uses of KeyPairProvider in org.apache.sshd.common.keyprovider
Classes in org.apache.sshd.common.keyprovider that implement KeyPairProviderModifier and TypeClassDescriptionclass
Provides a default implementation for someKeyPairProvider
methodsclass
class
This provider loads private keys from the specified resources that are accessible viaClassLoader.getResourceAsStream(String)
.class
This host key provider loads private keys from the specified files.class
Fields in org.apache.sshd.common.keyprovider declared as KeyPairProviderModifier and TypeFieldDescriptionstatic final KeyPairProvider
KeyPairProvider.EMPTY_KEYPAIR_PROVIDER
AKeyPairProvider
that has no keysFields in org.apache.sshd.common.keyprovider with type parameters of type KeyPairProviderModifier and TypeFieldDescriptionstatic final Function
<Map<String, KeyPair>, KeyPairProvider> MappedKeyPairProvider.MAP_TO_KEY_PAIR_PROVIDER
Transforms aMap
ofString
->KeyPair
to aKeyPairProvider
where map key is the type and value is the associatedKeyPair
Methods in org.apache.sshd.common.keyprovider that return KeyPairProviderModifier and TypeMethodDescriptionKeyPairProviderHolder.getKeyPairProvider()
Retrieve theKeyPairProvider
that will be used to find the host key to use on the server side or the user key on the client side.static KeyPairProvider
Wrap the providedKeyPair
s into aKeyPairProvider
static KeyPairProvider
Wrap the providedKeyPair
s into aKeyPairProvider
Methods in org.apache.sshd.common.keyprovider with parameters of type KeyPairProviderModifier and TypeMethodDescriptionvoid
KeyPairProviderHolder.setKeyPairProvider
(KeyPairProvider keyPairProvider) -
Uses of KeyPairProvider in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement KeyPairProvider -
Uses of KeyPairProvider in org.apache.sshd.server
Fields in org.apache.sshd.server declared as KeyPairProviderMethods in org.apache.sshd.server that return KeyPairProviderMethods in org.apache.sshd.server with parameters of type KeyPairProviderModifier and TypeMethodDescriptionvoid
SshServer.setKeyPairProvider
(KeyPairProvider keyPairProvider) -
Uses of KeyPairProvider in org.apache.sshd.server.config.keys
Methods in org.apache.sshd.server.config.keys that return KeyPairProviderModifier and TypeMethodDescriptionstatic KeyPairProvider
ServerIdentity.loadKeyPairProvider
(Properties props, boolean supportedOnly, LinkOption... options) -
Uses of KeyPairProvider in org.apache.sshd.server.keyprovider
Classes in org.apache.sshd.server.keyprovider that implement KeyPairProviderModifier and TypeClassDescriptionclass
Holds a singleKeyPair
which is generated the 1st timeAbstractGeneratorHostKeyProvider.loadKeys(SessionContext)
is called.class
A simple implementation of anAbstractGeneratorHostKeyProvider
that writes and reads host keys using the OpenSSH file format. -
Uses of KeyPairProvider in org.apache.sshd.server.session
Fields in org.apache.sshd.server.session declared as KeyPairProviderMethods in org.apache.sshd.server.session that return KeyPairProviderMethods in org.apache.sshd.server.session with parameters of type KeyPairProviderModifier and TypeMethodDescriptionvoid
AbstractServerSession.setKeyPairProvider
(KeyPairProvider keyPairProvider)