Class BcDefaultTlsCredentialedAgreement

java.lang.Object
org.bouncycastle.tls.crypto.impl.bc.BcDefaultTlsCredentialedAgreement
All Implemented Interfaces:
TlsCredentialedAgreement, TlsCredentials

public class BcDefaultTlsCredentialedAgreement extends Object implements TlsCredentialedAgreement
Credentialed class generating agreed secrets from a peer's public key for our end of the TLS connection using the BC light-weight API.
  • Field Details

  • Constructor Details

    • BcDefaultTlsCredentialedAgreement

      public BcDefaultTlsCredentialedAgreement(BcTlsCrypto crypto, Certificate certificate, org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey)
  • Method Details