ktor
1.6.8
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
ktor-network-tls
/
io.ktor.network.tls.extensions
/
HashAlgorithm
Hash
Algorithm
common
enum
HashAlgorithm
:
Enum
<
HashAlgorithm
>
Content copied to clipboard
Hash algorithms
Entries
Types
Properties
Entries
INTRINSIC
Link copied to clipboard
common
INTRINSIC
(
8
,
"INTRINSIC"
,
"Intrinsic"
)
Content copied to clipboard
SHA512
Link copied to clipboard
common
SHA512
(
6
,
"SHA-512"
,
"HmacSHA512"
)
Content copied to clipboard
SHA384
Link copied to clipboard
common
SHA384
(
5
,
"SHA-384"
,
"HmacSHA384"
)
Content copied to clipboard
SHA256
Link copied to clipboard
common
SHA256
(
4
,
"SHA-256"
,
"HmacSHA256"
)
Content copied to clipboard
SHA224
Link copied to clipboard
common
SHA224
(
3
,
"SHA-224"
,
"HmacSHA224"
)
Content copied to clipboard
SHA1
Link copied to clipboard
common
SHA1
(
2
,
"SHA-1"
,
"HmacSHA1"
)
Content copied to clipboard
MD5
Link copied to clipboard
common
MD5
(
1
,
"MD5"
,
"HmacMD5"
)
Content copied to clipboard
NONE
Link copied to clipboard
common
NONE
(
0
,
""
,
""
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Properties
code
Link copied to clipboard
common
val
code
:
Byte
Content copied to clipboard
numeric hash algorithm code
macName
Link copied to clipboard
common
val
macName
:
String
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
openSSLName
Link copied to clipboard
common
val
openSSLName
:
String
Content copied to clipboard
is a name used in openssl for this algorithm
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard