Package org.bouncycastle.crypto.params
Class MGFParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.MGFParameters
-
- All Implemented Interfaces:
DerivationParameters
public class MGFParameters extends java.lang.Object implements DerivationParameters
parameters for mask derivation functions.
-
-
Constructor Summary
Constructors Constructor Description MGFParameters(byte[] seed)
MGFParameters(byte[] seed, int off, int len)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getSeed()
-