InvalidEchDataException


open class InvalidEchDataException : SSLException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.io.IOException
   ↳ javax.net.ssl.SSLException
   ↳ android.net.ssl.InvalidEchDataException

Exception thrown when the ECH (Encrypted Client Hello) data is empty or invalid.

Summary

Public constructors

Public constructors

InvalidEchDataException

InvalidEchDataException(message: String?)
Parameters
message String?: This value may be null.