类 SM4Configuration
- java.lang.Object
-
- cloud.longfa.encrypt.config.EncryptProvider
-
- cloud.longfa.encrypt.config.SM4Configuration
-
- 所有已实现的接口:
org.springframework.beans.factory.InitializingBean
@ConfigurationProperties(prefix="badger.encrypt") public class SM4Configuration extends EncryptProvider implements org.springframework.beans.factory.InitializingBean
- 从以下版本开始:
- : 1.0.0
- 作者:
- : longfa
-
-
字段概要
-
从类继承的字段 cloud.longfa.encrypt.config.EncryptProvider
BADGER, encryptFactory
-
-
构造器概要
构造器 构造器 说明 SM4Configuration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidafterPropertiesSet()StringgetSm4Iv()StringgetSm4Key()voidsetSm4Iv(String sm4Iv)voidsetSm4Key(String sm4Key)-
从类继承的方法 cloud.longfa.encrypt.config.EncryptProvider
aesIv, aesKey, privateKeyBase64, publicKeyBase64, sm4Iv, sm4Key
-
-
-
-
方法详细资料
-
getSm4Key
public String getSm4Key()
-
setSm4Key
public void setSm4Key(String sm4Key)
-
getSm4Iv
public String getSm4Iv()
-
setSm4Iv
public void setSm4Iv(String sm4Iv)
-
afterPropertiesSet
public void afterPropertiesSet()
- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean
-
-