enum class HashAlgorithm
Hash algorithms |
|
data class HashAndSign
Hash and signature algorithm pair |
|
enum class NamedCurve
Named curves for Elliptic Curves. |
|
enum class PointFormat
Elliptic curve point format |
|
enum class SignatureAlgorithm
Signature algorithms |
|
enum class TLSExtensionType |
val SupportedNamedCurves: List<NamedCurve>
List of supported named curves |
|
val SupportedPointFormats: List<PointFormat>
List of supported curve point formats |
|
val SupportedSignatureAlgorithms: List<HashAndSign>
List of supported combinations of hash and signature algorithms |
fun HashAndSign.Companion.byCode(hash: Byte, sign: Byte): HashAndSign? |