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

Method getIdentityRepository

java/com/jcraft/jsch/Session.java:2589–2593  ·  view source on GitHub ↗

Gets the identityRepository. If this.identityRepository is null , JSch#getIdentityRepository() will be invoked. @see JSch#getIdentityRepository()

()

Source from the content-addressed store, hash-verified

2587 * @see JSch#getIdentityRepository()
2588 */
2589 IdentityRepository getIdentityRepository(){
2590 if(identityRepository == null)
2591 return jsch.getIdentityRepository();
2592 return identityRepository;
2593 }
2594
2595 /**
2596 * Sets the hostkeyRepository, which will be referred in checking host keys.

Callers 2

writeMethod · 0.95
applyConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected