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.KeycreateSynchronousKey()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.ExceptionDescription copied from interface:SynchronousKeyFactoryCreates a synchronousKey.- Specified by:
createSynchronousKeyin interfaceSynchronousKeyFactory- Returns:
- Synchronous
Key. - Throws:
java.lang.Exception- If fails to create synchronousKey.
-
-