Class Rsa256AynchronousKeyFactory
- java.lang.Object
-
- net.officefloor.web.jwt.authority.key.Rsa256AynchronousKeyFactory
-
- All Implemented Interfaces:
AsynchronousKeyFactory
public class Rsa256AynchronousKeyFactory extends java.lang.Object implements AsynchronousKeyFactory
RSAKey
AsynchronousKeyFactory
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description Rsa256AynchronousKeyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.KeyPair
createAsynchronousKeyPair()
Creates an asynchronousKeyPair
.-
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.AsynchronousKeyFactory
init
-
-
-
-
Method Detail
-
createAsynchronousKeyPair
public java.security.KeyPair createAsynchronousKeyPair() throws java.lang.Exception
Description copied from interface:AsynchronousKeyFactory
Creates an asynchronousKeyPair
.- Specified by:
createAsynchronousKeyPair
in interfaceAsynchronousKeyFactory
- Returns:
- Asynchronous
KeyPair
. - Throws:
java.lang.Exception
- If fails to create asynchronousKeyPair
.
-
-