Package com.syntifi.casper.sdk.model.key
Class Key
- java.lang.Object
-
- com.syntifi.casper.sdk.model.key.AbstractSerializedKeyTaggedHex<KeyTag>
-
- com.syntifi.casper.sdk.model.key.Key
-
public class Key extends AbstractSerializedKeyTaggedHex<KeyTag>
Hex-encoded key, including the tag info.- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description Key()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createKey(java.lang.String key)
static Key
fromTaggedHexString(java.lang.String hex)
-
Methods inherited from class com.syntifi.casper.sdk.model.key.AbstractSerializedKeyTaggedHex
canEqual, equals, getAlgoTaggedHex, getKey, getTag, hashCode, setKey, setTag, toString
-
-
-
-
Method Detail
-
fromTaggedHexString
public static Key fromTaggedHexString(java.lang.String hex) throws NoSuchKeyTagException, InvalidByteStringException
-
createKey
public void createKey(java.lang.String key) throws NoSuchKeyTagException, InvalidByteStringException
-
-