public class SSHUtil extends Object
| Constructor and Description |
|---|
SSHUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<byte[]> |
components(byte[] val) |
static String |
getPublicKeyAuthorization(String username) |
static boolean |
verify(byte[] nextSig,
String type,
List<byte[]> keycomponents,
byte[] sign,
String keyInfo) |
Copyright © 2015. All rights reserved.