Uses of Class
com.github.katenachain.crypto.AbstractKey
-
Packages that use AbstractKey Package Description com.github.katenachain.crypto.ED25519 com.github.katenachain.crypto.Nacl com.github.katenachain.serializer.adapter -
-
Uses of AbstractKey in com.github.katenachain.crypto.ED25519
Subclasses of AbstractKey in com.github.katenachain.crypto.ED25519 Modifier and Type Class Description classPrivateKeyPrivateKey is an Ed25519 private key wrapper (64 bytes).classPublicKeyPublicKey is an Ed25519 public key wrapper (32 bytes). -
Uses of AbstractKey in com.github.katenachain.crypto.Nacl
Subclasses of AbstractKey in com.github.katenachain.crypto.Nacl Modifier and Type Class Description classPrivateKeyPrivateKey is an X25519 private key wrapper (64 bytes).classPublicKeyThe type Public key. -
Uses of AbstractKey in com.github.katenachain.serializer.adapter
Methods in com.github.katenachain.serializer.adapter that return AbstractKey Modifier and Type Method Description AbstractKeyCryptoKeySerializer. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)CryptoKey deserializeMethods in com.github.katenachain.serializer.adapter with parameters of type AbstractKey Modifier and Type Method Description com.google.gson.JsonElementCryptoKeySerializer. serialize(AbstractKey abstractKey, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)CryptoKey serialize
-