Uses of Class
com.github.katenachain.crypto.ED25519.PublicKey
-
Packages that use PublicKey Package Description com.github.katenachain com.github.katenachain.crypto.ED25519 com.github.katenachain.entity com.github.katenachain.entity.certify -
-
Uses of PublicKey in com.github.katenachain
Methods in com.github.katenachain with parameters of type PublicKey Modifier and Type Method Description TxStatusTransactor. sendCertificateEd25519V1(String uuid, PublicKey signer, byte[] signature)creates a CertificateEd25519 (V1), wraps in a tx and sends it to the API. -
Uses of PublicKey in com.github.katenachain.crypto.ED25519
Methods in com.github.katenachain.crypto.ED25519 that return PublicKey Modifier and Type Method Description PublicKeyPrivateKey. getPublicKey() -
Uses of PublicKey in com.github.katenachain.entity
Methods in com.github.katenachain.entity that return PublicKey Modifier and Type Method Description PublicKeyTx. getSigner()Constructors in com.github.katenachain.entity with parameters of type PublicKey Constructor Description Tx(TxData data, Date nonceTime, byte[] signature, PublicKey signer)Tx constructor. -
Uses of PublicKey in com.github.katenachain.entity.certify
Methods in com.github.katenachain.entity.certify that return PublicKey Modifier and Type Method Description PublicKeyCertificateEd25519V1. getSigner()Constructors in com.github.katenachain.entity.certify with parameters of type PublicKey Constructor Description CertificateEd25519V1(String id, byte[] signature, PublicKey signer)CertificateEd25519V1 constructor.
-