public class PSource extends Object
L as specified in PKCS #1.| Modifier and Type | Class and Description |
|---|---|
static class |
PSource.PSpecified
The explicit specification of the parameter
P used in the
source algorithm. |
| Modifier | Constructor and Description |
|---|---|
protected |
PSource(String pSrcName)
Creates a new
PSource instance with the specified source
algorithm identifier. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Returns the source algorithm identifier.
|
protected PSource(String pSrcName)
PSource instance with the specified source
algorithm identifier.pSrcName - the source algorithm identifier.NullPointerException - if pSrcName is null.public String getAlgorithm()