| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl |
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) CipherType |
SSLCipher.cipherType |
| 限定符和类型 | 方法和说明 |
|---|---|
static CipherType |
CipherType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CipherType[] |
CipherType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
SSLCipher(String transformation,
CipherType cipherType,
int keySize,
int expandedKeySize,
int ivSize,
int fixedIvSize,
boolean allowed,
boolean exportable,
Map.Entry<SSLCipher.ReadCipherGenerator,ProtocolVersion[]>[] readCipherGenerators,
Map.Entry<SSLCipher.WriteCipherGenerator,ProtocolVersion[]>[] writeCipherGenerators) |
Copyright © 2023. All rights reserved.