Class PublicKey
- java.lang.Object
-
- com.github.katenachain.crypto.AbstractKey
-
- com.github.katenachain.crypto.Nacl.PublicKey
-
public class PublicKey extends AbstractKey
PublicKey is an X25519 public key wrapper (32 bytes).
-
-
Field Summary
-
Fields inherited from class com.github.katenachain.crypto.AbstractKey
key
-
-
Constructor Summary
Constructors Constructor Description PublicKey(byte[] key)PublicKey constructor with byte[].
-