ch.ethz.ssh2.crypto.cipher
Class BlockCipherFactory.CipherEntry

java.lang.Object
  extended by ch.ethz.ssh2.crypto.cipher.BlockCipherFactory.CipherEntry
Enclosing class:
BlockCipherFactory

static class BlockCipherFactory.CipherEntry
extends java.lang.Object


Field Summary
(package private)  int blocksize
           
(package private)  java.lang.String cipherClass
           
(package private)  int keysize
           
(package private)  java.lang.String type
           
 
Constructor Summary
BlockCipherFactory.CipherEntry(java.lang.String type, int blockSize, int keySize, java.lang.String cipherClass)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

java.lang.String type

blocksize

int blocksize

keysize

int keysize

cipherClass

java.lang.String cipherClass
Constructor Detail

BlockCipherFactory.CipherEntry

public BlockCipherFactory.CipherEntry(java.lang.String type,
                                      int blockSize,
                                      int keySize,
                                      java.lang.String cipherClass)