- dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
- exportPrivateKeyToBase64
string exportPrivateKeyToBase64()
Undocumented in source. Be warned that the author may not have intended to support it.
- exportPrivateKeyToFile
void exportPrivateKeyToFile(string passPhrase, string fileName, AuthCallback authFn)
Undocumented in source. Be warned that the author may not have intended to support it.
- exportPrivateKeyToPublicKey
SSHKey exportPrivateKeyToPublicKey()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHash
ubyte[] getHash(PublicKeyHashType hashType)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
- generate
SSHKey generate(KeyType keyType, int bitsLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- importPrivateKeyFromBase64
SSHKey importPrivateKeyFromBase64(string b64, string passPhrase, AuthCallback authFn)
Undocumented in source. Be warned that the author may not have intended to support it.
- importPrivateKeyFromFile
SSHKey importPrivateKeyFromFile(string fileName, string passPhrase, AuthCallback authFn)
Undocumented in source. Be warned that the author may not have intended to support it.
- importPublicKeyFromBase64
SSHKey importPublicKeyFromBase64(string b64, KeyType keyType)
Undocumented in source. Be warned that the author may not have intended to support it.
- importPublicKeyFromFile
SSHKey importPublicKeyFromFile(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
- isKeysEqual
bool isKeysEqual(SSHKey a, SSHKey b, KeyComparePart comparePart)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyTypeFromString
KeyType keyTypeFromString(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyTypeToString
string keyTypeToString(KeyType kt)
Undocumented in source. Be warned that the author may not have intended to support it.