Package | Description |
---|---|
org.apache.sshd.common.config.keys |
Modifier and Type | Method and Description |
---|---|
static Collection<KeyRandomArt> |
KeyRandomArt.generate(SessionContext session,
KeyIdentityProvider provider)
Extracts and generates random art entries for all key in the provider
|
Modifier and Type | Method and Description |
---|---|
static <A extends Appendable> |
KeyRandomArt.combine(A sb,
char separator,
Collection<? extends KeyRandomArt> arts)
Combines the arts in a user-friendly way so they are aligned with each other
|
static String |
KeyRandomArt.combine(char separator,
Collection<? extends KeyRandomArt> arts)
Combines the arts in a user-friendly way so they are aligned with each other
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.