Class AesCipherFactory
java.lang.Object
net.officefloor.web.jwt.authority.key.AesCipherFactory
- All Implemented Interfaces:
CipherFactory
AES
CipherFactory.- Author:
- Daniel Sagenschneider
-
Constructor Details
-
AesCipherFactory
public AesCipherFactory()
-
-
Method Details
-
createCipher
Description copied from interface:CipherFactoryCreates aCipher.- Specified by:
createCipherin interfaceCipherFactory- Returns:
Cipher.- Throws:
Exception- If fails to createCipher.
-