Uses of Interface
org.apache.sshd.common.keyprovider.KeyTypeIndicator
-
Packages that use KeyTypeIndicator Package Description org.apache.sshd.common.cipher Cipher
implementations.org.apache.sshd.common.config.keys org.apache.sshd.common.keyprovider -
-
Uses of KeyTypeIndicator in org.apache.sshd.common.cipher
Classes in org.apache.sshd.common.cipher that implement KeyTypeIndicator Modifier and Type Class Description class
ECCurves
Utilities for working with elliptic curves. -
Uses of KeyTypeIndicator in org.apache.sshd.common.config.keys
Classes in org.apache.sshd.common.config.keys that implement KeyTypeIndicator Modifier and Type Class Description class
AuthorizedKeyEntry
Represents an entry in the user'sauthorized_keys
file according to the OpenSSH format.class
PublicKeyEntry
-
Uses of KeyTypeIndicator in org.apache.sshd.common.keyprovider
Methods in org.apache.sshd.common.keyprovider with type parameters of type KeyTypeIndicator Modifier and Type Method Description static <I extends KeyTypeIndicator>
NavigableMap<String,List<I>>KeyTypeIndicator. groupByKeyType(Collection<? extends I> indicators)
-