Class CryptoCore

java.lang.Object
io.mosip.kernel.crypto.jce.core.CryptoCore
All Implemented Interfaces:
io.mosip.kernel.core.crypto.spi.CryptoCoreSpec<byte[],byte[],SecretKey,PublicKey,PrivateKey,String>

@Component public class CryptoCore extends Object implements io.mosip.kernel.core.crypto.spi.CryptoCoreSpec<byte[],byte[],SecretKey,PublicKey,PrivateKey,String>
This class provided Basic and Core Cryptographic functionalities . This class follows CryptoCoreSpec and implement all basic Cryptographic functions.
Since:
1.0.0
Author:
Urvil Joshi, Rajath
See Also:
  • Constructor Details

    • CryptoCore

      public CryptoCore()
  • Method Details