Secure iNet Factory

com.jscape.inet.ssh.transport
Class AlgorithmFactory.CipherEntry

java.lang.Object
  extended by com.jscape.inet.ssh.transport.AlgorithmFactory.CipherEntry
Enclosing class:
AlgorithmFactory

public class AlgorithmFactory.CipherEntry
extends java.lang.Object


Field Summary
 int blockLength
           
 java.lang.String javaAlgorithm
           
 int keyLength
           
 
Constructor Summary
AlgorithmFactory.CipherEntry(java.lang.String javaAlgorithm, int keyLength)
           
 
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
 

Field Detail

javaAlgorithm

public final java.lang.String javaAlgorithm

keyLength

public final int keyLength

blockLength

public final int blockLength
Constructor Detail

AlgorithmFactory.CipherEntry

public AlgorithmFactory.CipherEntry(java.lang.String javaAlgorithm,
                                    int keyLength)
Parameters:
javaAlgorithm -
keyLength -
Method Detail

createCipher

public javax.crypto.Cipher createCipher(byte[] keyData,
                                        byte[] ivData,
                                        int opmode)
                                 throws TransportException
Parameters:
keyData -
ivData -
Returns:
cipher
Throws:
TransportException

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved