Class SodiumSign

java.lang.Object
io.aether.crypto.sodium.SodiumSign
All Implemented Interfaces:
io.aether.crypto.CryptoProviderUnit, io.aether.crypto.Sign, io.aether.utils.ToString

public class SodiumSign extends Object implements io.aether.crypto.Sign
  • Constructor Details

    • SodiumSign

      public SodiumSign(byte[] data)
  • Method Details

    • getSignData

      public byte[] getSignData()
      Specified by:
      getSignData in interface io.aether.crypto.Sign
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCryptoProvider

      public io.aether.crypto.CryptoProvider getCryptoProvider()
      Specified by:
      getCryptoProvider in interface io.aether.crypto.CryptoProviderUnit