Class BcTlsRSASigner

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

public class BcTlsRSASigner extends BcTlsSigner
Operator supporting the generation of RSASSA-PKCS1-v1_5 signatures using the BC light-weight API.
  • Constructor Details

    • BcTlsRSASigner

      public BcTlsRSASigner(BcTlsCrypto crypto, org.bouncycastle.crypto.params.RSAKeyParameters privateKey, org.bouncycastle.crypto.params.RSAKeyParameters publicKey)
      Deprecated.
      Use constructor without 'publicKey' parameter.
    • BcTlsRSASigner

      public BcTlsRSASigner(BcTlsCrypto crypto, org.bouncycastle.crypto.params.RSAKeyParameters privateKey)
  • Method Details