com.mindbright.ssh
public final class SSHBlowfish extends SSHCipher
Constructor and Description |
---|
SSHBlowfish() |
Modifier and Type | Method and Description |
---|---|
void |
decrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len) |
void |
encrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len) |
void |
setKey(boolean encrypt,
byte[] key) |
void |
setKey(boolean encrypt,
java.lang.String skey) |
decrypt, encrypt, getInstance
public SSHBlowfish() throws java.security.NoSuchAlgorithmException, javax.crypto.NoSuchPaddingException
java.security.NoSuchAlgorithmException
javax.crypto.NoSuchPaddingException