static class SupportedGroupsExtension.SupportedGroups extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) static boolean |
enableFFDHE |
(专用程序包) static Map<SupportedGroupsExtension.NamedGroup,AlgorithmParameters> |
namedGroupParams |
(专用程序包) static SupportedGroupsExtension.NamedGroup[] |
supportedNamedGroups |
| 构造器和说明 |
|---|
SupportedGroups() |
static final boolean enableFFDHE
static final Map<SupportedGroupsExtension.NamedGroup,AlgorithmParameters> namedGroupParams
static final SupportedGroupsExtension.NamedGroup[] supportedNamedGroups
private static boolean isAvailableGroup(SupportedGroupsExtension.NamedGroup namedGroup)
private static DHParameterSpec getFFDHEDHParameterSpec(SupportedGroupsExtension.NamedGroup namedGroup)
private static DHParameterSpec getPredefinedDHParameterSpec(SupportedGroupsExtension.NamedGroup namedGroup)
static ECGenParameterSpec getECGenParamSpec(SupportedGroupsExtension.NamedGroup namedGroup)
static DHParameterSpec getDHParameterSpec(SupportedGroupsExtension.NamedGroup namedGroup)
static boolean isActivatable(AlgorithmConstraints constraints, SupportedGroupsExtension.NamedGroupType type)
static boolean isActivatable(AlgorithmConstraints constraints, SupportedGroupsExtension.NamedGroup namedGroup)
static boolean isSupported(SupportedGroupsExtension.NamedGroup namedGroup)
static SupportedGroupsExtension.NamedGroup getPreferredGroup(ProtocolVersion negotiatedProtocol, AlgorithmConstraints constraints, SupportedGroupsExtension.NamedGroupType type, List<SupportedGroupsExtension.NamedGroup> requestedNamedGroups)
static SupportedGroupsExtension.NamedGroup getPreferredGroup(ProtocolVersion negotiatedProtocol, AlgorithmConstraints constraints, SupportedGroupsExtension.NamedGroupType type)
Copyright © 2023. All rights reserved.