Uses of Class
org.apache.sshd.common.config.keys.KeyRandomArt
Packages that use KeyRandomArt
-
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 KeyRandomArtModifier and TypeMethodDescriptionstatic 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 KeyRandomArtModifier and TypeMethodDescriptionstatic StringKeyRandomArt.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