MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / getKeyAlgorithName

Method getKeyAlgorithName

java/com/jcraft/jsch/KeyExchange.java:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 public String getKeyAlgorithName() {
89 return key_alg_name;
90 }
91
92 protected static String[] guess(byte[]I_S, byte[]I_C){
93 String[] guess=new String[PROPOSAL_MAX];

Callers 1

checkHostMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected