Package com.github.katenachain.crypto
Class AbstractKey
- java.lang.Object
-
- com.github.katenachain.crypto.AbstractKey
-
- Direct Known Subclasses:
PrivateKey,PrivateKey,PublicKey,PublicKey
public class AbstractKey extends Object
AbstractKey holds a string key.
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]keyThe Key.
-
Constructor Summary
Constructors Constructor Description AbstractKey(byte[] key)AbstractKey constructor.
-