Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
write
Method · 0.95
add
Method · 0.65
getIdentities
Method · 0.65
Implementers
2
LocalIdentityRepository
java/com/jcraft/jsch/LocalIdentityRepo
Wrapper
java/com/jcraft/jsch/IdentityRepositor
Calls
no outgoing calls
Tested by
no test coverage detected