private static enum SSLKeyExchange.T12KeyAgreement extends Enum<SSLKeyExchange.T12KeyAgreement> implements SSLKeyAgreement
| 枚举常量和说明 |
|---|
DHE |
DHE_EXPORT |
ECDH |
ECDHE |
KRB5 |
KRB5_EXPORT |
RSA |
RSA_EXPORT |
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) SSLKeyAgreementGenerator |
keyAgreementGenerator |
(专用程序包) String |
name |
(专用程序包) SSLPossessionGenerator |
possessionGenerator |
| 限定符和类型 | 方法和说明 |
|---|---|
SSLKeyDerivation |
createKeyDerivation(HandshakeContext context) |
SSLPossession |
createPossession(HandshakeContext context) |
Map.Entry<Byte,SSLConsumer>[] |
getHandshakeConsumers(HandshakeContext handshakeContext) |
Map.Entry<Byte,HandshakeProducer>[] |
getHandshakeProducers(HandshakeContext handshakeContext) |
SSLHandshake[] |
getRelatedHandshakers(HandshakeContext handshakeContext) |
static SSLKeyExchange.T12KeyAgreement |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SSLKeyExchange.T12KeyAgreement[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final SSLKeyExchange.T12KeyAgreement RSA
public static final SSLKeyExchange.T12KeyAgreement RSA_EXPORT
public static final SSLKeyExchange.T12KeyAgreement DHE
public static final SSLKeyExchange.T12KeyAgreement DHE_EXPORT
public static final SSLKeyExchange.T12KeyAgreement ECDH
public static final SSLKeyExchange.T12KeyAgreement ECDHE
public static final SSLKeyExchange.T12KeyAgreement KRB5
public static final SSLKeyExchange.T12KeyAgreement KRB5_EXPORT
final String name
final SSLPossessionGenerator possessionGenerator
final SSLKeyAgreementGenerator keyAgreementGenerator
public static SSLKeyExchange.T12KeyAgreement[] values()
for (SSLKeyExchange.T12KeyAgreement c : SSLKeyExchange.T12KeyAgreement.values()) System.out.println(c);
public static SSLKeyExchange.T12KeyAgreement valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public SSLPossession createPossession(HandshakeContext context)
createPossession 在接口中 SSLPossessionGeneratorpublic SSLKeyDerivation createKeyDerivation(HandshakeContext context) throws IOException
createKeyDerivation 在接口中 SSLKeyAgreementGeneratorIOExceptionpublic SSLHandshake[] getRelatedHandshakers(HandshakeContext handshakeContext)
getRelatedHandshakers 在接口中 SSLHandshakeBindingpublic Map.Entry<Byte,HandshakeProducer>[] getHandshakeProducers(HandshakeContext handshakeContext)
getHandshakeProducers 在接口中 SSLHandshakeBindingpublic Map.Entry<Byte,SSLConsumer>[] getHandshakeConsumers(HandshakeContext handshakeContext)
getHandshakeConsumers 在接口中 SSLHandshakeBindingCopyright © 2023. All rights reserved.