final class RandomCookie extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) static RandomCookie |
hrrRandom |
private static byte[] |
hrrRandomBytes |
(专用程序包) byte[] |
randomBytes |
private static byte[] |
t11Protection |
private static byte[] |
t12Protection |
| 限定符 | 构造器和说明 |
|---|---|
private |
RandomCookie(byte[] randomBytes) |
(专用程序包) |
RandomCookie(ByteBuffer m) |
(专用程序包) |
RandomCookie(HandshakeContext context) |
(专用程序包) |
RandomCookie(SecureRandom generator) |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) boolean |
isHelloRetryRequest() |
private boolean |
isT11Downgrade() |
private boolean |
isT12Downgrade() |
(专用程序包) boolean |
isVersionDowngrade(HandshakeContext context) |
String |
toString() |
final byte[] randomBytes
private static final byte[] hrrRandomBytes
private static final byte[] t12Protection
private static final byte[] t11Protection
static final RandomCookie hrrRandom
RandomCookie(SecureRandom generator)
RandomCookie(HandshakeContext context)
RandomCookie(ByteBuffer m) throws IOException
IOExceptionprivate RandomCookie(byte[] randomBytes)
boolean isHelloRetryRequest()
boolean isVersionDowngrade(HandshakeContext context)
private boolean isT12Downgrade()
private boolean isT11Downgrade()
Copyright © 2023. All rights reserved.