Example usage for Java javax.crypto.spec OAEPParameterSpec fields, constructors, methods, implement or subclass
The text is from its open source code.
OAEPParameterSpec(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 algorithm mdName , mask generation function algorithm mgfName , parameters for the mask generation function mgfSpec , and source of the encoding input P pSrc . |