public class PSource extends Object
PKCS1PSourceAlgorithms ALGORITHM-IDENTIFIER ::= {
{ OID id-pSpecified PARAMETERS OCTET STRING },
... -- Allows for future expansion --
}
Modifier and Type | Class and Description |
---|---|
static class |
PSource.PSpecified
该类用于在OAEP填充中明确指定编码输入P的值。
|
protected PSource(String pSrcName)
pSrcName
- 编码输入源的算法
NullPointerException
- 如果
pSrcName
为空。
public String getAlgorithm()