Class BcTlsECDSASigner

All Implemented Interfaces:
TlsSigner

public class BcTlsECDSASigner extends BcTlsDSSSigner
Implementation class for generation of the raw ECDSA signature type using the BC light-weight API.
  • Constructor Details

    • BcTlsECDSASigner

      public BcTlsECDSASigner(BcTlsCrypto crypto, org.bouncycastle.crypto.params.ECPrivateKeyParameters privateKey)
  • Method Details