Class CertificateEd25519V1

  • All Implemented Interfaces:
    TxData

    public class CertificateEd25519V1
    extends Object
    implements TxData
    CertificateEd25519V1 is the first version of an ed25519 certificate.
    • Constructor Detail

      • CertificateEd25519V1

        public CertificateEd25519V1​(String id,
                                    byte[] signature,
                                    PublicKey signer)
        CertificateEd25519V1 constructor.