Uses of Interface
org.bouncycastle.crypto.internal.DerivationParameters
-
Packages that use DerivationParameters Package Description org.bouncycastle.crypto.internal org.bouncycastle.crypto.internal.params -
-
Uses of DerivationParameters in org.bouncycastle.crypto.internal
Methods in org.bouncycastle.crypto.internal with parameters of type DerivationParameters Modifier and Type Method Description void
DerivationFunction. init(DerivationParameters param)
-
Uses of DerivationParameters in org.bouncycastle.crypto.internal.params
Classes in org.bouncycastle.crypto.internal.params that implement DerivationParameters Modifier and Type Class Description class
KDFCounterParameters
This KDF has been defined by the publicly available NIST SP 800-108 specification.class
KDFDoublePipelineIterationParameters
class
KDFFeedbackParameters
Note that counter is only supported at the location presented in the NIST SP 800-108 specification, not in the additional locations present in the CAVP test vectors.class
KDFParameters
parameters for Key derivation functions for IEEE P1363a
-