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()PublicKey Getter -
Uses of PublicKey in com.github.katenachain.entity
Methods in com.github.katenachain.entity that return PublicKey Modifier and Type Method Description PublicKeyTx. getSigner()Signer GetterMethods in com.github.katenachain.entity with parameters of type PublicKey Modifier and Type Method Description TxTx. setSigner(PublicKey signer)Signer Setter -
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()Signer GetterMethods in com.github.katenachain.entity.certify with parameters of type PublicKey Modifier and Type Method Description CertificateEd25519V1CertificateEd25519V1. setSigner(PublicKey signer)Signer Setter
-