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