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 TypeClassDescriptionclassclassWatches over a group of files that contains client identitiesclassMethods in org.apache.sshd.client.config.keys that return KeyPairProviderModifier and TypeMethodDescriptionstatic KeyPairProviderClientIdentity.loadDefaultKeyPairProvider(boolean strict, boolean supportedOnly, FilePasswordProvider provider, LinkOption... options) static KeyPairProviderClientIdentity.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 KeyPairProviderIdentityUtils.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 TypeClassDescriptionclassProvides a default implementation for someKeyPairProvidermethodsclassclassThis provider loads private keys from the specified resources that are accessible viaClassLoader.getResourceAsStream(String).classThis host key provider loads private keys from the specified files.classFields in org.apache.sshd.common.keyprovider declared as KeyPairProviderModifier and TypeFieldDescriptionstatic final KeyPairProviderKeyPairProvider.EMPTY_KEYPAIR_PROVIDERAKeyPairProviderthat 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_PROVIDERTransforms aMapofString->KeyPairto aKeyPairProviderwhere map key is the type and value is the associatedKeyPairMethods in org.apache.sshd.common.keyprovider that return KeyPairProviderModifier and TypeMethodDescriptionKeyPairProviderHolder.getKeyPairProvider()Retrieve theKeyPairProviderthat will be used to find the host key to use on the server side or the user key on the client side.static KeyPairProviderWrap the providedKeyPairs into aKeyPairProviderstatic KeyPairProviderWrap the providedKeyPairs into aKeyPairProviderMethods in org.apache.sshd.common.keyprovider with parameters of type KeyPairProviderModifier and TypeMethodDescriptionvoidKeyPairProviderHolder.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 TypeMethodDescriptionvoidSshServer.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 KeyPairProviderServerIdentity.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 TypeClassDescriptionclassHolds a singleKeyPairwhich is generated the 1st timeAbstractGeneratorHostKeyProvider.loadKeys(SessionContext)is called.classA simple implementation of anAbstractGeneratorHostKeyProviderthat 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 TypeMethodDescriptionvoidAbstractServerSession.setKeyPairProvider(KeyPairProvider keyPairProvider)