@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("${kuken.publicKey}")
private String publicKey
Key used for generate hashing for Core cipher.
-
privateKey
@Value("${kuken.privateKey}")
private String privateKey
Key used for generate hashing for Core cipher.
-
Constructor Details
-
KukenSaltConfig
public KukenSaltConfig()