Class EmptySR25591

  • All Implemented Interfaces:
    ISR25591

    public class EmptySR25591
    extends java.lang.Object
    implements ISR25591
    • Constructor Detail

      • EmptySR25591

        public EmptySR25591()
    • Method Detail

      • sr25519_derive_keypair_hard

        public void sr25519_derive_keypair_hard​(byte[] keypair_out,
                                                byte[] pair_ptr,
                                                byte[] cc_ptr)
        Specified by:
        sr25519_derive_keypair_hard in interface ISR25591
      • sr25519_derive_keypair_soft

        public void sr25519_derive_keypair_soft​(byte[] keypair_out,
                                                byte[] pair_ptr,
                                                byte[] cc_ptr)
        Specified by:
        sr25519_derive_keypair_soft in interface ISR25591
      • sr25519_derive_public_soft

        public void sr25519_derive_public_soft​(byte[] keypair_out,
                                               byte[] pair_ptr,
                                               byte[] cc_ptr)
        Specified by:
        sr25519_derive_public_soft in interface ISR25591
      • sr25519_keypair_from_seed

        public void sr25519_keypair_from_seed​(byte[] keypair_out,
                                              byte[] seed_ptr)
        Specified by:
        sr25519_keypair_from_seed in interface ISR25591
      • sr25519_sign

        public void sr25519_sign​(byte[] signature_out,
                                 byte[] public_ptr,
                                 byte[] secret_ptr,
                                 byte[] message_ptr,
                                 int message_length)
        Specified by:
        sr25519_sign in interface ISR25591
      • sr25519_verify

        public boolean sr25519_verify​(byte[] signature_ptr,
                                      byte[] message_ptr,
                                      int message_length,
                                      byte[] public_ptr)
        Specified by:
        sr25519_verify in interface ISR25591