java.lang.Object | |
↳ | javax.crypto.spec.OAEPParameterSpec |
The algorithm parameter specification for the OAEP Padding algorithm.
This padding algorithm is defined in the PKCS #1 standard.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
DEFAULT | The algorithm parameter instance with default values. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a new
OAEPParameterSpec
instance with the specified
message digest
algorithm name,
mask generation function
(
mgf
) algorithm name,
parameters
for the
mgf
algorithm and the
source of the label
L
.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the algorithm name of the
message digest
.
|
||||||||||
|
Returns the algorithm name of the
mask generation function
.
|
||||||||||
|
Returns the algorithm parameter specification for the mask generation
function algorithm.
|
||||||||||
|
Returns the source of the label
L
.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Creates a new
OAEPParameterSpec
instance with the specified
message digest
algorithm name,
mask generation function
(
mgf
) algorithm name,
parameters
for the
mgf
algorithm and the
source of the label
L
.
mdName | the message digest algorithm name. |
---|---|
mgfName | the mask generation function algorithm name. |
mgfSpec | the algorithm parameter specification for the mask generation function algorithm. |
pSrc |
the source of the label
L
.
|
NullPointerException |
if one of
mdName
,
mgfName
or
pSrc
is null.
|
---|
Returns the algorithm name of the message digest .
Returns the algorithm name of the mask generation function .
Returns the algorithm parameter specification for the mask generation function algorithm.
Returns the source of the label
L
.
L
.