PSource.PSpecified| Modifier and Type | Field and Description |
|---|---|
static PSource.PSpecified |
DEFAULT
The instance of
PSpecified with the default value
byte[0] for P |
| Constructor and Description |
|---|
PSpecified(byte[] p)
Creates a new instance of
PSpecified with the specified
parameter P. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getValue()
Returns a copy of the value of the parameter
P. |
getAlgorithmpublic static final PSource.PSpecified DEFAULT
PSpecified with the default value
byte[0] for Ppublic PSpecified(byte[] p)
PSpecified with the specified
parameter P.p - the parameter P.NullPointerException - if p is null.