Searched refs:cipherClass (Results 1 – 1 of 1) sorted by relevance
24 String cipherClass; field in BlockCipherFactory.CipherEntry26 public CipherEntry(String type, int blockSize, int keySize, String cipherClass) in CipherEntry() argument31 this.cipherClass = cipherClass; in CipherEntry()78 Class cc = Class.forName(ce.cipherClass); in createCipher()