Uses of Class
javax.crypto.spec.PSource
Package
Description
Provides classes and interfaces for key specifications and
algorithm parameter specifications.
-
Uses of PSource in javax.crypto.spec
Modifier and TypeClassDescriptionstatic final class
This class is used to explicitly specify the value for encoding input P in OAEP Padding.Modifier and TypeMethodDescriptionOAEPParameterSpec.getPSource()
Returns the source of encoding input P.ModifierConstructorDescriptionOAEPParameterSpec
(String mdName, 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 algorithmmdName
, mask generation function algorithmmgfName
, parameters for the mask generation functionmgfSpec
, and source of the encoding input PpSrc
.