public class SecurityTools extends Object
| Constructor and Description |
|---|
SecurityTools() |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encrypted) |
String |
encrypt(String value) |
String |
getGlobalUniqueString()
Unique string across cluster.
|
SecretKeySpec |
getKeySpec() |
org.apache.logging.log4j.Logger |
getLog() |
SecureRandom |
getRandom() |
io.vertx.reactivex.core.Vertx |
getVertx() |
void |
setLog(org.apache.logging.log4j.Logger pLog) |
void |
setRandom(SecureRandom pRandom) |
void |
setVertx(io.vertx.reactivex.core.Vertx pVertx) |
void |
startup() |
public void startup()
public String getGlobalUniqueString()
public org.apache.logging.log4j.Logger getLog()
public void setLog(org.apache.logging.log4j.Logger pLog)
public SecureRandom getRandom()
public void setRandom(SecureRandom pRandom)
public SecretKeySpec getKeySpec() throws InterruptedException, ExecutionException
public io.vertx.reactivex.core.Vertx getVertx()
public void setVertx(io.vertx.reactivex.core.Vertx pVertx)
Copyright © 2018. All rights reserved.