Class AesCipherFactory
- java.lang.Object
- 
- net.officefloor.web.jwt.authority.key.AesCipherFactory
 
- 
- All Implemented Interfaces:
- CipherFactory
 
 public class AesCipherFactory extends java.lang.Object implements CipherFactory AESCipherFactory.- Author:
- Daniel Sagenschneider
 
- 
- 
Constructor SummaryConstructors Constructor Description AesCipherFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.crypto.CiphercreateCipher()Creates aCipher.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface net.officefloor.web.jwt.authority.key.CipherFactorygetInitVectorSize, init
 
- 
 
- 
- 
- 
Method Detail- 
createCipherpublic javax.crypto.Cipher createCipher() throws java.lang.ExceptionDescription copied from interface:CipherFactoryCreates aCipher.- Specified by:
- createCipherin interface- CipherFactory
- Returns:
- Cipher.
- Throws:
- java.lang.Exception- If fails to create- Cipher.
 
 
- 
 
-