Uses of Interface
org.bouncycastle.crypto.internal.DerivationFunction
-
Packages that use DerivationFunction Package Description org.bouncycastle.crypto.internal -
-
Uses of DerivationFunction in org.bouncycastle.crypto.internal
Subinterfaces of DerivationFunction in org.bouncycastle.crypto.internal Modifier and Type Interface Description interface
DigestDerivationFunction
base interface for general purpose Digest based byte derivation functions.interface
MacDerivationFunction
base interface for general purpose Mac based byte derivation functions.
-