Class SignatureFactoryEcBc<S extends SignatureEcBc>

    • Method Detail

      • create

        public abstract S create​(BigInteger r,
                                 BigInteger s,
                                 byte[] message,
                                 org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey)
        Parameters:
        r - the value r.
        s - the value s.
        message - the signed message (hash).
        publicKey - the BCECPublicKey that was used to sign the message.
        Returns:
        the signature.