Skip to content

Commit

Permalink
Merge pull request #1916 from Khuddusshariff0022/develop-comp-scan1
Browse files Browse the repository at this point in the history
[ MOSIP-35499 ] removed keyGenretor Bean
  • Loading branch information
ckm007 authored Aug 31, 2024
2 parents 9aa4204 + 6692b68 commit 76e5dd8
Showing 1 changed file with 0 additions and 5 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

0 comments on commit 76e5dd8

Please sign in to comment.