-
Methods Method Description org.bouncycastle.tls.ClientHello.getClientVersion() UseClientHello.getVersion()
instead.org.bouncycastle.tls.SecurityParameters.getPrfAlgorithm() UseSecurityParameters.getPRFAlgorithm()
instead.org.bouncycastle.tls.SecurityParameters.isRenegotiating() Always false.org.bouncycastle.tls.TlsPeer.shouldCheckSigAlgOfPeerCerts() No longer called by the protocol classes. Can callTlsUtils.checkPeerSigAlgs(TlsContext, TlsCertificate[])
once a complete CertPath has been determined (i.e. as part of chain validation).org.bouncycastle.tls.TlsUtils.isValidCipherSuiteForVersion(int, ProtocolVersion) org.bouncycastle.tls.TlsUtils.PRF(TlsContext, TlsSecret, String, byte[], int)