- disposevoid dispose() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- exportPrivateKeyToBase64string exportPrivateKeyToBase64() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- exportPrivateKeyToFilevoid exportPrivateKeyToFile(string passPhrase, string fileName, AuthCallback authFn) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- exportPrivateKeyToPublicKeySSHKey exportPrivateKeyToPublicKey() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getHashubyte[] getHash(PublicKeyHashType hashType) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opEqualsbool opEquals(Object o) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- generateSSHKey generate(KeyType keyType, int bitsLength) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- importPrivateKeyFromBase64SSHKey importPrivateKeyFromBase64(string b64, string passPhrase, AuthCallback authFn) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- importPrivateKeyFromFileSSHKey importPrivateKeyFromFile(string fileName, string passPhrase, AuthCallback authFn) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- importPublicKeyFromBase64SSHKey importPublicKeyFromBase64(string b64, KeyType keyType) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- importPublicKeyFromFileSSHKey importPublicKeyFromFile(string fileName) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isKeysEqualbool isKeysEqual(SSHKey a, SSHKey b, KeyComparePart comparePart) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- keyTypeFromStringKeyType keyTypeFromString(string name) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- keyTypeToStringstring keyTypeToString(KeyType kt) 
- Undocumented in source. Be warned that the author may not have intended to support it.