java.lang.Object
es.kukenan.smartfi.microservice.backoffice.config.KukenSaltConfig
@RefreshScope
@Component
public class KukenSaltConfig
extends Object
Core salt configuration.
-
Field Summary
Fields
Key used for generate hashing for Core cipher.
Key used for generate hashing for Core cipher.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
publicKey
@Value("${kukenfi.publicKey}")
private String publicKey
Key used for generate hashing for Core cipher.
-
privateKey
@Value("${kukenfi.privateKey}")
private String privateKey
Key used for generate hashing for Core cipher.
-
Constructor Details
-
KukenSaltConfig
public KukenSaltConfig()