软件包 | 描述 |
---|---|
javax.crypto.interfaces |
提供RSA实验室PKCS#3中定义的Diffie-Hellman密钥的接口。
|
javax.crypto.spec |
提供关键规范和算法参数规范的类和接口。
|
Class and Description |
---|
DHParameterSpec
该类指定与PKCS#3:
Diffie-Hellman密钥协商标准中指定的Diffie-Hellman算法一起使用的参数集合。
|
Class and Description |
---|
OAEPParameterSpec
该类别指定了按照
PKCS #1标准中定义的与OAEP填充一起使用的参数集。
|
PSource
该类指定了在OAEP填充中编码输入P的源,如
PKCS #1标准中定义的。
|
PSource.PSpecified
该类用于在OAEP填充中明确指定编码输入P的值。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.