de.mud.ssh
Class SshCrypto
java.lang.Object
  |
  +--de.mud.ssh.SshCrypto
- public class SshCrypto- extends java.lang.Object
- Version:
- $Id: SshCrypto.java,v 1.5 2003/09/03 21:27:24 marcus Exp $
- Author:
- Marcus Meissner
| Constructor Summary | 
| SshCrypto(java.lang.String type,
          byte[] key)
 | 
 
| Method Summary | 
|  byte[] | decrypt(byte[] block)
 | 
|  byte[] | encrypt(byte[] block)
 | 
| static byte[] | encrypteRSAPkcs1Twice(byte[] clearData,
                      byte[] server_key_public_exponent,
                      byte[] server_key_public_modulus,
                      byte[] host_key_public_exponent,
                      byte[] host_key_public_modulus)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SshCrypto
public SshCrypto(java.lang.String type,
                 byte[] key)
encrypt
public byte[] encrypt(byte[] block)
- 
 
decrypt
public byte[] decrypt(byte[] block)
- 
 
encrypteRSAPkcs1Twice
public static byte[] encrypteRSAPkcs1Twice(byte[] clearData,
                                           byte[] server_key_public_exponent,
                                           byte[] server_key_public_modulus,
                                           byte[] host_key_public_exponent,
                                           byte[] host_key_public_modulus)
-