软件包 | 描述 |
---|---|
javax.crypto.spec |
提供关键规格和算法参数规格的类和接口。
|
Modifier and Type | Class and Description |
---|---|
static class |
PSource.PSpecified
这个类是用来显式地指定编码输入P OAEP填充值。
|
Modifier and Type | Method and Description |
---|---|
PSource |
OAEPParameterSpec.getPSource()
返回编码输入页的源代码。
|
Constructor and Description |
---|
OAEPParameterSpec(String mdName, String mgfName, AlgorithmParameterSpec mgfSpec, PSource pSrc)
构造一个参数设置为OAEP填充所界定的PKCS 1标准#使用指定的消息摘要算法
mdName ,掩码生成函数算法
mgfName ,为掩模生成功能
mgfSpec 参数和源的编码输入P
pSrc 。
|
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.