Class BcTlsECDSAVerifier

  • All Implemented Interfaces:
    TlsVerifier

    public class BcTlsECDSAVerifier
    extends BcTlsDSSVerifier
    Implementation class for the verification of the raw ECDSA signature type using the BC light-weight API.
    • Constructor Detail

      • BcTlsECDSAVerifier

        public BcTlsECDSAVerifier​(BcTlsCrypto crypto,
                                  org.bouncycastle.crypto.params.ECPublicKeyParameters publicKey)