Interface PublicKeySign

    • Method Detail

      • sign

        byte[] sign​(byte[] data)
             throws java.security.GeneralSecurityException
        Computes the signature for data.
        Returns:
        the signature of data
        Throws:
        java.security.GeneralSecurityException