Class SodiumSign

  • All Implemented Interfaces:
    io.aether.crypto.CryptoProviderUnit, io.aether.crypto.Sign

    public class SodiumSign
    extends java.lang.Object
    implements io.aether.crypto.Sign
    • Constructor Summary

      Constructors 
      Constructor Description
      SodiumSign​(byte[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.aether.crypto.CryptoProvider getCryptoProvider()  
      byte[] getSignData()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface io.aether.crypto.CryptoProviderUnit

        getProviderName
    • Constructor Detail

      • SodiumSign

        public SodiumSign​(byte[] data)
    • Method Detail

      • getSignData

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

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

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