Uses of Class
javax.crypto.spec.PSource
| Package | Description |
|---|---|
| javax.crypto.spec |
This package provides the classes and interfaces needed to specify keys
and parameter for encryption.
|
-
Uses of PSource in javax.crypto.spec
Subclasses of PSource in javax.crypto.spec Modifier and Type Class Description static classPSource.PSpecifiedThe explicit specification of the parameterPused in the source algorithm.Methods in javax.crypto.spec that return PSource Modifier and Type Method Description PSourceOAEPParameterSpec. getPSource()Returns the source of the labelL.Constructors in javax.crypto.spec with parameters of type PSource Constructor Description OAEPParameterSpec(String mdName, String mgfName, AlgorithmParameterSpec mgfSpec, PSource pSrc)Creates a newOAEPParameterSpecinstance with the specified message digest algorithm name, mask generation function (mgf) algorithm name, parameters for the mgf algorithm and the source of the labelL.