Class BcTlsSM2Signer

java.lang.Object
org.bouncycastle.tls.crypto.impl.bc.BcTlsSigner
org.bouncycastle.tls.crypto.impl.bc.BcTlsSM2Signer
All Implemented Interfaces:
TlsSigner

public class BcTlsSM2Signer extends BcTlsSigner
  • Field Details

    • identifier

      protected final byte[] identifier
  • Constructor Details

    • BcTlsSM2Signer

      public BcTlsSM2Signer(BcTlsCrypto crypto, org.bouncycastle.crypto.params.ECPrivateKeyParameters privateKey, byte[] identifier)
  • Method Details