Uses of Class
org.apache.sshd.common.config.keys.KeyRandomArt
-
Packages that use KeyRandomArt Package Description org.apache.sshd.common.config.keys -
-
Uses of KeyRandomArt in org.apache.sshd.common.config.keys
Methods in org.apache.sshd.common.config.keys that return types with arguments of type KeyRandomArt Modifier and Type Method Description static Collection<KeyRandomArt>
KeyRandomArt. generate(SessionContext session, KeyIdentityProvider provider)
Extracts and generates random art entries for all key in the providerMethod parameters in org.apache.sshd.common.config.keys with type arguments of type KeyRandomArt Modifier and Type Method Description static String
KeyRandomArt. combine(char separator, Collection<? extends KeyRandomArt> arts)
Combines the arts in a user-friendly way so they are aligned with each otherstatic <A extends Appendable>
AKeyRandomArt. combine(A sb, char separator, Collection<? extends KeyRandomArt> arts)
Combines the arts in a user-friendly way so they are aligned with each other
-