Interface AESCipherFactory
-
- All Implemented Interfaces:
public interface AESCipherFactoryFactory to create AESCipher instances
- Since:
2.0
-
-
Method Summary
Modifier and Type Method Description abstract AESCipherbuildCipher()Creates a new instance. -
-
Method Detail
-
buildCipher
abstract AESCipher buildCipher()
Creates a new instance.
According to the E3DC requirements, an array of zeros is (unfortunately) used as IV here.
- Returns:
New AESCipher instance
-
-
-
-