
Public Member Functions | |
| bool | setPassphrase (String passphrase) |
| byte[] | getPublicKeyBlob () |
| byte[] | getSignature (Session session, byte[] data) |
| bool | decrypt () |
| String | getAlgName () |
| String | getName () |
| bool | isEncrypted () |
Definition at line 34 of file Identity.cs.
| bool Tamir.SharpSsh.jsch.Identity.decrypt | ( | ) |
Implemented in Tamir.SharpSsh.jsch.IdentityFile.
| String Tamir.SharpSsh.jsch.Identity.getAlgName | ( | ) |
Implemented in Tamir.SharpSsh.jsch.IdentityFile.
| String Tamir.SharpSsh.jsch.Identity.getName | ( | ) |
Implemented in Tamir.SharpSsh.jsch.IdentityFile.
| byte [] Tamir.SharpSsh.jsch.Identity.getPublicKeyBlob | ( | ) |
Implemented in Tamir.SharpSsh.jsch.IdentityFile.
| byte [] Tamir.SharpSsh.jsch.Identity.getSignature | ( | Session | session, | |
| byte[] | data | |||
| ) |
Implemented in Tamir.SharpSsh.jsch.IdentityFile.
| bool Tamir.SharpSsh.jsch.Identity.isEncrypted | ( | ) |
Implemented in Tamir.SharpSsh.jsch.IdentityFile.
| bool Tamir.SharpSsh.jsch.Identity.setPassphrase | ( | String | passphrase | ) |
Implemented in Tamir.SharpSsh.jsch.IdentityFile.
1.5.9