Class BouncyCastleAESCipherFactory
-
- All Implemented Interfaces:
-
de.jnkconsulting.e3dc.easyrscp.api.crypt.AESCipherFactory
public final class BouncyCastleAESCipherFactory implements AESCipherFactorySimple factory for BouncyCastleAESCipher instances.
- Since:
2.0
-
-
Constructor Summary
Constructors Constructor Description BouncyCastleAESCipherFactory(String rscpPassword)
-
Method Summary
Modifier and Type Method Description AESCipherbuildCipher()-
-
Constructor Detail
-
BouncyCastleAESCipherFactory
BouncyCastleAESCipherFactory(String rscpPassword)
-
-
Method Detail
-
buildCipher
AESCipher buildCipher()
-
-
-
-