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.