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