static class BlockCipherFactory.CipherEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
blocksize |
(package private) java.lang.String |
cipherClass |
(package private) int |
keysize |
(package private) java.lang.String |
type |
Constructor and Description |
---|
CipherEntry(java.lang.String type,
int blockSize,
int keySize,
java.lang.String cipherClass) |