private static final class PreSharedKeyExtension.CHPreSharedKeySpec extends Object implements SSLExtension.SSLExtensionSpec
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) List<byte[]> |
binders |
(专用程序包) List<PreSharedKeyExtension.PskIdentity> |
identities |
| 构造器和说明 |
|---|
CHPreSharedKeySpec(HandshakeContext context,
ByteBuffer m) |
CHPreSharedKeySpec(List<PreSharedKeyExtension.PskIdentity> identities,
List<byte[]> binders) |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) String |
bindersString() |
(专用程序包) int |
getBindersEncodedLength() |
(专用程序包) byte[] |
getEncoded() |
(专用程序包) int |
getIdsEncodedLength() |
(专用程序包) String |
identitiesString() |
String |
toString() |
final List<PreSharedKeyExtension.PskIdentity> identities
final List<byte[]> binders
CHPreSharedKeySpec(List<PreSharedKeyExtension.PskIdentity> identities, List<byte[]> binders)
CHPreSharedKeySpec(HandshakeContext context, ByteBuffer m) throws IOException
IOExceptionint getIdsEncodedLength()
int getBindersEncodedLength()
byte[] getEncoded()
throws IOException
IOExceptionString identitiesString()
String bindersString()
Copyright © 2023. All rights reserved.