Package org.bouncycastle.crypto.internal
Interface DigestDerivationFunction
-
- All Superinterfaces:
DerivationFunction
public interface DigestDerivationFunction extends DerivationFunction
base interface for general purpose Digest based byte derivation functions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Digest
getDigest()
return the message digest used as the basis for the function-
Methods inherited from interface org.bouncycastle.crypto.internal.DerivationFunction
generateBytes, init
-
-
-
-
Method Detail
-
getDigest
Digest getDigest()
return the message digest used as the basis for the function
-
-