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()
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.