Class KeyGenerator
- java.lang.Object
-
- io.mosip.kernel.keygenerator.bouncycastle.KeyGenerator
-
@Component public class KeyGenerator extends Object
This class generates asymmetric and symmetric key pairs- Since:
- 1.0.0
- Author:
- Urvil Joshi
-
-
Constructor Summary
Constructors Constructor Description KeyGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyPairgetAsymmetricKey()This method generated Asymmetric key pairsSecretKeygetSymmetricKey()This method generates symmetric key
-