Class FipsOutputSigner<T extends Parameters>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract T getParameters()
      Return the parameters for this output signer.
      abstract byte[] getSignature()
      Return the signature calculated on what has been written to the calculator's output stream.
      abstract int getSignature​(byte[] output, int off)
      Output the signature value for what has been written to the signer's output stream.
      abstract UpdateOutputStream getSigningStream()
      Returns a stream that will accept data for the purpose of calculating a signature.
      • Methods inherited from class java.lang.Object

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