Class AesSynchronousKeyFactory
- java.lang.Object
-
- net.officefloor.web.jwt.authority.key.AesSynchronousKeyFactory
-
- All Implemented Interfaces:
SynchronousKeyFactory
public class AesSynchronousKeyFactory extends java.lang.Object implements SynchronousKeyFactory
- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description AesSynchronousKeyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.Key
createSynchronousKey()
Creates a synchronousKey
.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.officefloor.web.jwt.authority.key.SynchronousKeyFactory
init
-
-
-
-
Method Detail
-
createSynchronousKey
public java.security.Key createSynchronousKey() throws java.lang.Exception
Description copied from interface:SynchronousKeyFactory
Creates a synchronousKey
.- Specified by:
createSynchronousKey
in interfaceSynchronousKeyFactory
- Returns:
- Synchronous
Key
. - Throws:
java.lang.Exception
- If fails to create synchronousKey
.
-
-