Skip to content

Commit

Permalink
[ MOSIP-35499 ] removed keyGenretor Bean (#1919)
Browse files Browse the repository at this point in the history
* Merge pull request #1916 from Khuddusshariff0022/develop-comp-scan1

[ MOSIP-35499 ] removed keyGenretor Bean

Signed-off-by: khuddus shariff <[email protected]>

* [ MOSIP-35499 ] Removed KeyGenerator Bean  (#1915)

* removed key manager

Signed-off-by: khuddus shariff <[email protected]>

* removed keyGenretor Bean

Signed-off-by: khuddus shariff <[email protected]>

* removed keyGenretor Bean

Signed-off-by: khuddus shariff <[email protected]>

---------

Signed-off-by: khuddus shariff <[email protected]>

---------

Signed-off-by: khuddus shariff <[email protected]>
Co-authored-by: Chandra Keshav Mishra <[email protected]>
  • Loading branch information
Khuddusshariff0022 and ckm007 authored Sep 14, 2024
1 parent d1c2158 commit 54c790e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import io.mosip.kernel.biosdk.provider.factory.BioAPIFactory;
import io.mosip.kernel.core.crypto.spi.CryptoCoreSpec;
import io.mosip.kernel.crypto.jce.core.CryptoCore;
import io.mosip.kernel.keygenerator.bouncycastle.KeyGenerator;
import io.mosip.registration.processor.packet.storage.utils.BioSdkUtil;

@Configuration
Expand All @@ -23,10 +22,6 @@ public BioSdkUtil getBioSdkUtil() {
return new BioSdkUtil();
}

@Bean
public KeyGenerator getKeyGenerator() {
return new KeyGenerator();
}

@Bean
@Primary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import io.mosip.kernel.crypto.jce.core.CryptoCore;
import io.mosip.kernel.dataaccess.hibernate.config.HibernateDaoConfig;
import io.mosip.kernel.dataaccess.hibernate.repository.impl.HibernateRepositoryImpl;
import io.mosip.kernel.keygenerator.bouncycastle.KeyGenerator;
import io.mosip.registration.processor.core.packet.dto.Identity;
import io.mosip.registration.processor.core.spi.packetmanager.PacketInfoManager;
import io.mosip.registration.processor.packet.manager.idreposervice.IdRepoService;
Expand Down Expand Up @@ -98,10 +97,6 @@ public BioSdkUtil getBioSdkUtil() {
}


@Bean
public KeyGenerator getKeyGenerator() {
return new KeyGenerator();
}

@Bean
@Primary
Expand Down

0 comments on commit 54c790e

Please sign in to comment.