Uses of Class
javax.crypto.spec.PSource
-
Packages that use PSource 软件包 描述 javax.crypto.spec 提供关键规范和算法参数规范的类和接口。 -
-
Uses of PSource in javax.crypto.spec
Subclasses of PSource in javax.crypto.spec 变量和类型 类 描述 static class
PSource.PSpecified
此类用于在OAEP填充中显式指定编码输入P的值。Methods in javax.crypto.spec that return PSource 变量和类型 方法 描述 PSource
OAEPParameterSpec. getPSource()
返回编码输入P.的来源Constructors in javax.crypto.spec with parameters of type PSource 构造器 描述 OAEPParameterSpec(String mdName, String mgfName, AlgorithmParameterSpec mgfSpec, PSource pSrc)
构造为使用指定的消息摘要算法在PKCS#1标准中定义的OAEP冗余参数集mdName
,掩码生成函数算法mgfName
,掩码生成函数参数mgfSpec
编码输入P的,和源pSrc
。
-