Home
last modified time | relevance | path

Searched defs: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()