Class CryptoPublicKeyConfiguration

  • All Implemented Interfaces:
    org.springframework.web.servlet.config.annotation.WebMvcConfigurer

    @Configuration
    @Conditional(PubKeyConditional.class)
    @ComponentScan(basePackages={"com.bld.crypto.pubkey","com.bld.crypto.bean"})
    public class CryptoPublicKeyConfiguration
    extends Object
    implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    The Class EnableCryptoPublicKeyConfiguration.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CipherPublicKeys cipherPublicKeys()
      Pipher public keys.
      • Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer

        addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
    • Constructor Detail

      • CryptoPublicKeyConfiguration

        public CryptoPublicKeyConfiguration()
    • Method Detail

      • cipherPublicKeys

        @Bean
        public CipherPublicKeys cipherPublicKeys()
                                          throws Exception
        Pipher public keys.
        Returns:
        the cipher public keys
        Throws:
        Exception - the exception