enum GMX509Authentication extends Enum<GMX509Authentication> implements SSLAuthentication
| 限定符和类型 | 类和说明 |
|---|---|
(专用程序包) static class |
GMX509Authentication.GMX509Credentials |
(专用程序包) static class |
GMX509Authentication.GMX509Possession |
private static class |
GMX509Authentication.GMX509PossessionGenerator |
| 枚举常量和说明 |
|---|
SM2 |
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) String |
keyType |
(专用程序包) SSLPossessionGenerator |
possessionGenerator |
| 限定符和类型 | 方法和说明 |
|---|---|
SSLPossession |
createPossession(HandshakeContext handshakeContext) |
Map.Entry<Byte,HandshakeProducer>[] |
getHandshakeProducers(HandshakeContext handshakeContext) |
SSLHandshake[] |
getRelatedHandshakers(HandshakeContext handshakeContext) |
static GMX509Authentication |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static GMX509Authentication[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetHandshakeConsumerspublic static final GMX509Authentication SM2
final String keyType
final SSLPossessionGenerator possessionGenerator
public static GMX509Authentication[] values()
for (GMX509Authentication c : GMX509Authentication.values()) System.out.println(c);
public static GMX509Authentication valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public SSLHandshake[] getRelatedHandshakers(HandshakeContext handshakeContext)
getRelatedHandshakers 在接口中 SSLHandshakeBindingpublic Map.Entry<Byte,HandshakeProducer>[] getHandshakeProducers(HandshakeContext handshakeContext)
getHandshakeProducers 在接口中 SSLHandshakeBindingpublic SSLPossession createPossession(HandshakeContext handshakeContext)
createPossession 在接口中 SSLPossessionGeneratorCopyright © 2023. All rights reserved.