java.lang.Object | ||
↳ | javax.crypto.spec.PSource | |
↳ | javax.crypto.spec.PSource.PSpecified |
The explicit specification of the parameter
P
used in the
source algorithm.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
DEFAULT |
The instance of
PSpecified
with the default value
byte[0]
for
P
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a new instance of
PSpecified
with the specified
parameter
P
.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns a copy of the value of the parameter
P
.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.crypto.spec.PSource
|
|||||||||||
From class
java.lang.Object
|
The instance of
PSpecified
with the default value
byte[0]
for
P
Creates a new instance of
PSpecified
with the specified
parameter
P
.
p |
the parameter
P
.
|
---|
NullPointerException |
if
p
is null.
|
---|
Returns a copy of the value of the parameter
P
.
P