| Package | Description |
|---|---|
| com.github.katenachain.crypto.Nacl | |
| com.github.katenachain.serializer.adapter |
| Modifier and Type | Class and Description |
|---|---|
class |
PrivateKey
PrivateKey is an X25519 private key wrapper (64 bytes).
|
class |
PublicKey
PublicKey is an X25519 public key wrapper (32 bytes).
|
| Modifier and Type | Method and Description |
|---|---|
AbstractKey |
CryptoKeySerializer.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
CryptoKeySerializer.serialize(AbstractKey abstractKey,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
Copyright © 2020 Transchain. All rights reserved.