Interface TlsSigner

    • Method Detail

      • generateRawSignature

        byte[] generateRawSignature​(SignatureAndHashAlgorithm algorithm,
                                    byte[] hash)
                             throws java.io.IOException
        Generate an encoded signature based on the passed in hash.
        Parameters:
        algorithm - the signature algorithm to use.
        hash - the hash calculated for the signature.
        Returns:
        an encoded signature.
        Throws:
        java.io.IOException - in case of an exception processing the hash.