@Component @ConfigurationProperties(prefix="spring.encrypt.aes") public class AesEncryptProperties extends Object
Description:
AesEncryptProperties()
String
getIv()
getKey()
void
setIv(String iv)
setKey(String key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AesEncryptProperties()
public String getKey()
public void setKey(String key)
public String getIv()
public void setIv(String iv)
Copyright © 2021. All rights reserved.