Home
last modified time | relevance | path

Searched refs:cipherClass (Results 1 – 1 of 1) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DBlockCipherFactory.java24 String cipherClass; field in BlockCipherFactory.CipherEntry
26 public CipherEntry(String type, int blockSize, int keySize, String cipherClass) in CipherEntry() argument
31 this.cipherClass = cipherClass; in CipherEntry()
78 Class cc = Class.forName(ce.cipherClass); in createCipher()