public class OtpKey extends Object
Constructor and Description |
---|
OtpKey() |
OtpKey(JsonObject json) |
OtpKey(OtpKey other) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getKey() |
byte[] |
getKeyBytes() |
OtpKey |
setAlgorithm(String algorithm) |
OtpKey |
setKey(String key) |
JsonObject |
toJson() |
String |
toString() |
public OtpKey()
public OtpKey(OtpKey other)
public OtpKey(JsonObject json)
public String getKey()
public byte[] getKeyBytes()
public String getAlgorithm()
public JsonObject toJson()
Copyright © 2022 Eclipse. All rights reserved.