PSource
public class PSource
extends Object
Known Direct Subclasses
|
该类指定用于在OAEP填充中编码输入P的源,如 PKCS #1标准中所定义。
PKCS1PSourceAlgorithms ALGORITHM-IDENTIFIER ::= {
{ OID id-pSpecified PARAMETERS OCTET STRING },
... -- Allows for future expansion --
}
Summary
Protected constructors |
PSource(String pSrcName) 使用指定的PSource算法构建PKCS#1标准中定义的用于OAEP填充的编码输入P的源。 |
Protected constructors
PSource
PSource (String pSrcName)
使用指定的PSource算法构建PKCS#1标准中定义的用于OAEP填充的编码输入P的源。
Parameters |
pSrcName |
String : the algorithm for the source of the encoding input P. |
Public methods
getAlgorithm
String getAlgorithm ()
返回PSource算法名称。
Returns |
String |
the PSource algorithm name. |