public class CryptoWishList extends Object
| Modifier and Type | Field and Description |
|---|---|
String[] |
c2s_enc_algos |
String[] |
c2s_mac_algos |
String[] |
kexAlgorithms |
String[] |
s2c_enc_algos |
String[] |
s2c_mac_algos |
String[] |
serverHostKeyAlgorithms |
| Constructor and Description |
|---|
CryptoWishList() |
public String[] kexAlgorithms
public String[] serverHostKeyAlgorithms
public String[] c2s_enc_algos
public String[] s2c_enc_algos
public String[] c2s_mac_algos
public String[] s2c_mac_algos
public static CryptoWishList forServer()
Copyright © 2014. All Rights Reserved.