com.jscape.inet.ssh.transport
Class AlgorithmFactory.CipherEntry
java.lang.Object
com.jscape.inet.ssh.transport.AlgorithmFactory.CipherEntry
- Enclosing class:
- AlgorithmFactory
public class AlgorithmFactory.CipherEntry
- extends java.lang.Object
Method Summary |
javax.crypto.Cipher |
createCipher(byte[] keyData,
byte[] ivData,
int opmode)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
javaAlgorithm
public final java.lang.String javaAlgorithm
keyLength
public final int keyLength
blockLength
public final int blockLength
AlgorithmFactory.CipherEntry
public AlgorithmFactory.CipherEntry(java.lang.String javaAlgorithm,
int keyLength)
- Parameters:
javaAlgorithm
- keyLength
-
createCipher
public javax.crypto.Cipher createCipher(byte[] keyData,
byte[] ivData,
int opmode)
throws TransportException
- Parameters:
keyData
- ivData
-
- Returns:
- cipher
- Throws:
TransportException
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved