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

Method add

java/com/jcraft/jsch/IdentityRepository.java:41–41  ·  view source on GitHub ↗
(byte[] identity)

Source from the content-addressed store, hash-verified

39 public int getStatus();
40 public Vector getIdentities();
41 public boolean add(byte[] identity);
42 public boolean remove(byte[] blob);
43 public void removeAll();
44

Callers 3

writeMethod · 0.95
addMethod · 0.65
getIdentitiesMethod · 0.65

Implementers 2

LocalIdentityRepositoryjava/com/jcraft/jsch/LocalIdentityRepo
Wrapperjava/com/jcraft/jsch/IdentityRepositor

Calls

no outgoing calls

Tested by

no test coverage detected