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