Uses of Interface
org.apache.sshd.common.keyprovider.KeyPairProvider
-
-
Uses of KeyPairProvider in org.apache.sshd.client.config.keys
Classes in org.apache.sshd.client.config.keys that implement KeyPairProvider Modifier and Type Class Description classBuiltinClientIdentitiesWatcherclassClientIdentitiesWatcherWatches over a group of files that contains client identitiesclassDefaultClientIdentitiesWatcherMethods in org.apache.sshd.client.config.keys that return KeyPairProvider Modifier and Type Method Description static KeyPairProviderClientIdentity. loadDefaultKeyPairProvider(boolean strict, boolean supportedOnly, FilePasswordProvider provider, java.nio.file.LinkOption... options)static KeyPairProviderClientIdentity. loadDefaultKeyPairProvider(java.nio.file.Path dir, boolean strict, boolean supportedOnly, FilePasswordProvider provider, java.nio.file.LinkOption... options) -
Uses of KeyPairProvider in org.apache.sshd.common.config.keys
Methods in org.apache.sshd.common.config.keys that return KeyPairProvider Modifier and Type Method Description static KeyPairProviderIdentityUtils. createKeyPairProvider(java.util.Map<java.lang.String,java.security.KeyPair> ids, boolean supportedOnly) -
Uses of KeyPairProvider in org.apache.sshd.common.keyprovider
Classes in org.apache.sshd.common.keyprovider that implement KeyPairProvider Modifier and Type Class Description classAbstractKeyPairProviderProvides a default implementation for someKeyPairProvidermethodsclassAbstractResourceKeyPairProvider<R>classClassLoadableResourceKeyPairProviderThis provider loads private keys from the specified resources that are accessible viaClassLoader.getResourceAsStream(String).classFileKeyPairProviderThis host key provider loads private keys from the specified files.classMappedKeyPairProviderHolds aMapofString->KeyPairwhere the map key is the type and value is the associatedKeyPairFields in org.apache.sshd.common.keyprovider declared as KeyPairProvider Modifier and Type Field Description static KeyPairProviderKeyPairProvider. EMPTY_KEYPAIR_PROVIDERAKeyPairProviderthat has no keysFields in org.apache.sshd.common.keyprovider with type parameters of type KeyPairProvider Modifier and Type Field Description static java.util.function.Function<java.util.Map<java.lang.String,java.security.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 KeyPairProvider Modifier and Type Method Description KeyPairProviderKeyPairProviderHolder. 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 KeyPairProviderKeyPairProvider. wrap(java.lang.Iterable<java.security.KeyPair> pairs)Wrap the providedKeyPairs into aKeyPairProviderstatic KeyPairProviderKeyPairProvider. wrap(java.security.KeyPair... pairs)Wrap the providedKeyPairs into aKeyPairProviderMethods in org.apache.sshd.common.keyprovider with parameters of type KeyPairProvider Modifier and Type Method Description voidKeyPairProviderHolder. 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 Modifier and Type Class Description classBouncyCastleGeneratorHostKeyProvider -
Uses of KeyPairProvider in org.apache.sshd.server
Fields in org.apache.sshd.server declared as KeyPairProvider Modifier and Type Field Description private KeyPairProviderSshServer. keyPairProviderMethods in org.apache.sshd.server that return KeyPairProvider Modifier and Type Method Description KeyPairProviderSshServer. getKeyPairProvider()Methods in org.apache.sshd.server with parameters of type KeyPairProvider Modifier and Type Method Description voidSshServer. setKeyPairProvider(KeyPairProvider keyPairProvider) -
Uses of KeyPairProvider in org.apache.sshd.server.config.keys
Methods in org.apache.sshd.server.config.keys that return KeyPairProvider Modifier and Type Method Description static KeyPairProviderServerIdentity. loadKeyPairProvider(java.util.Properties props, boolean supportedOnly, java.nio.file.LinkOption... options) -
Uses of KeyPairProvider in org.apache.sshd.server.keyprovider
Classes in org.apache.sshd.server.keyprovider that implement KeyPairProvider Modifier and Type Class Description classAbstractGeneratorHostKeyProviderHolds a singleKeyPairwhich is generated the 1st timeAbstractGeneratorHostKeyProvider.loadKeys(SessionContext)is called.classSimpleGeneratorHostKeyProviderA 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 KeyPairProvider Modifier and Type Field Description private KeyPairProviderAbstractServerSession. keyPairProviderMethods in org.apache.sshd.server.session that return KeyPairProvider Modifier and Type Method Description KeyPairProviderAbstractServerSession. getKeyPairProvider()Methods in org.apache.sshd.server.session with parameters of type KeyPairProvider Modifier and Type Method Description voidAbstractServerSession. setKeyPairProvider(KeyPairProvider keyPairProvider)
-