Package com.bld.crypto.aes.config
Class AesConfiguration
- java.lang.Object
-
- com.bld.crypto.aes.config.AesConfiguration
-
@Configuration @Conditional(AesConditional.class) @ComponentScan(basePackages={"com.bld.crypto.aes","com.bld.crypto.bean"}) public class AesConfiguration extends Object
The Class AesConfiguration.
-
-
Constructor Summary
Constructors Constructor Description AesConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CipherAesSecretcipherAesSecret()Pipher public keys.
-
-
-
Method Detail
-
cipherAesSecret
@Bean public CipherAesSecret cipherAesSecret() throws Exception
Pipher public keys.- Returns:
- the cipher public keys
- Throws:
Exception- the exception
-
-