Package | Description |
---|---|
org.apache.sshd.common.config.keys |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<KeyRandomArt> |
KeyRandomArt.generate(KeyIdentityProvider provider)
Extracts and generates random art entries for all key in the provider
|
Modifier and Type | Method and Description |
---|---|
static <A extends java.lang.Appendable> |
KeyRandomArt.combine(A sb,
char separator,
java.util.Collection<? extends KeyRandomArt> arts)
Combines the arts in a user-friendly way so they are aligned with each other
|
static java.lang.String |
KeyRandomArt.combine(char separator,
java.util.Collection<? extends KeyRandomArt> arts)
Combines the arts in a user-friendly way so they are aligned with each other
|