Skip to content

Commit

Permalink
[ MOSIP-35499 ] Removed KeyGenerator Bean (#1915)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Khuddusshariff0022 committed Sep 13, 2024
1 parent 6dc8358 commit d4ccdf1
Showing 1 changed file with 0 additions and 5 deletions.
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 d4ccdf1

Please sign in to comment.