Package 

Interface SignatureEngine

  • All Implemented Interfaces:
    dev.sublab.encrypting.signing.Signer , dev.sublab.encrypting.signing.Verifier

    
    public interface SignatureEngine
     implements Verifier, Signer
                        

    The base Signature engine that provides an interface for getting a private key; creating a public key; signing a message; and verifying a signature and a message

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract ByteArray loadPrivateKey() Loads a private key
      abstract ByteArray publicKey() Generates a public key
      abstract String getName()
      • Methods inherited from class dev.sublab.encrypting.signing.Verifier

        verify
      • Methods inherited from class dev.sublab.encrypting.signing.Signer

        sign
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait