Package | Description |
---|---|
javax.crypto.spec |
Modifier and Type | Class and Description |
---|---|
static class |
PSource.PSpecified
This class is used to explicitly specify the value for encoding input P in OAEP Padding.
|
Modifier and Type | Method and Description |
---|---|
PSource |
OAEPParameterSpec.getPSource()
Returns the source of encoding input P.
|
Constructor and Description |
---|
OAEPParameterSpec(java.lang.String mdName,
java.lang.String mgfName,
AlgorithmParameterSpec mgfSpec,
PSource pSrc)
Constructs a parameter set for OAEP padding as defined in the PKCS #1 standard using the specified message digest
algorithm
mdName , mask generation function algorithm mgfName , parameters for the mask generation
function mgfSpec , and source of the encoding input P pSrc . |