static final class ECDHKeyExchange.ECDHECredentials extends Object implements SSLCredentials
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) SupportedGroupsExtension.NamedGroup |
namedGroup |
(专用程序包) ECPublicKey |
popPublicKey |
| 构造器和说明 |
|---|
ECDHECredentials(ECPublicKey popPublicKey,
SupportedGroupsExtension.NamedGroup namedGroup) |
final ECPublicKey popPublicKey
final SupportedGroupsExtension.NamedGroup namedGroup
ECDHECredentials(ECPublicKey popPublicKey, SupportedGroupsExtension.NamedGroup namedGroup)
static ECDHKeyExchange.ECDHECredentials valueOf(SupportedGroupsExtension.NamedGroup namedGroup, byte[] encodedPoint) throws IOException, GeneralSecurityException
Copyright © 2023. All rights reserved.