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

Method getKeyPair

java/com/jcraft/jsch/IdentityFile.java:127–129  ·  view source on GitHub ↗

Returns an instance of KeyPair used in this Identity. @return an instance of KeyPair used in this Identity.

()

Source from the content-addressed store, hash-verified

125 * @return an instance of {@link KeyPair} used in this {@link Identity}.
126 */
127 public KeyPair getKeyPair(){
128 return kpair;
129 }
130}

Callers 2

addIdentityMethod · 0.80
addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected