Package com.bld.crypto.pubkey.config
Class CryptoPublicKeyConfiguration
- java.lang.Object
-
- com.bld.crypto.pubkey.config.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.
-
-
Constructor Summary
Constructors Constructor Description CryptoPublicKeyConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CipherPublicKeyscipherPublicKeys()Pipher public keys.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
cipherPublicKeys
@Bean public CipherPublicKeys cipherPublicKeys() throws Exception
Pipher public keys.- Returns:
- the cipher public keys
- Throws:
Exception- the exception
-
-